66474bd7a27b5

66474bd7a2cee
1 Guest is here.
 
66474bd7a336c
I tried the "shift+;" and then "shift+anythingelse". I changed keyboard layout to different ones, I just seem to not have any success whatsoever of getting the console (in shoot mode, of course). I tried left shift, right shift. I still have no idea. Has anyone of you experienced something like this before? This is my first time trying the console, so I've never seen it working before, but disabling mods doesn't seem to change a thing.

TL;DR: The file user.bnd in your shock directory has the line "bind : edit_command" (or very similar). Change it to something that doesn't need shift. For me "bind . edit_command" worked. Save user.bnd with the changed line. Console will now start, when you press ".", but the keyboard layout is still strange. Changing the layout to brazilian does work. _ is now at shift+ß  (I have a german keyboard)
Code: [Select]
$ setxkbmap br
« Last Edit: 01. January 2016, 14:11:50 by Colonel SFF »

66474bd7a3666OmegaDEATH

Re: console command not working
66474bd7a36c6
I tried the "shift+;" and then "shift+anythingelse". I changed keyboard layout to different ones, I just seem to not have any success whatsoever of getting the console (in shoot mode, of course). I tried left shift, right shift. I still have no idea. Has anyone of you experienced something like this before? This is my first time trying the console, so I've never seen it working before, but disabling mods doesn't seem to change a thing.

Using the number pad?

66474bd7a3832ZylonBane

Re: console command not working
66474bd7a38c5
What sort of weirdo foreign keyboard are you using?

Whatever, if you look at an American or British keyboard layout, you'll see that the shifted semicolon character is a colon. So type a colon.
Re: console command not working
66474bd7a3d9f
What sort of weirdo foreign keyboard are you using?

Whatever, if you look at an American or British keyboard layout, you'll see that the shifted semicolon character is a colon. So type a colon.
It's the one built in to my Laptop.
The layout is called German (Austria). English (UK), and English (US) don't change the fact that it's not working.

Using the number pad?
I have neither a shift, nor a colon key on the number pad. But I still tried combinations with the Numpad. On and Off, yes.
« Last Edit: 30. December 2015, 18:52:36 by Colonel SFF »

66474bd7a3e73ZylonBane

Re: console command not working
66474bd7a3ec9
Did. You. Type. A. Colon?

66474bd7a3f65OmegaDEATH

Re: console command not working
66474bd7a3fb2
Try use the windows on screen keyboard.
Re: console command not working
66474bd7a4256
On a german keyboard you have to press shift+:
Re: console command not working
66474bd7a4616
On a german keyboard you have to press shift+:
Did. You. Type. A. Colon?
Thanks, yes I did. I wish I was too stupid to try out , and . at first, because then the problem would now be fixed.  ;)
Try use the windows on screen keyboard.
I don't see how I could do that.
« Last Edit: 30. December 2015, 22:24:45 by Colonel SFF »

66474bd7a46d4OmegaDEATH

Re: console command not working
66474bd7a4723
Sorry for late reply.
it should be under the windows 'accessibility' options.

But could be somewhere else what OS are you using sorry.
Re: console command not working
66474bd7a4866
I guess it's more of a problem how you can input anything into it with a full screen game active.

I made a simple autohotkey script.
Code: [Select]
End::
Send {Shift Down}{SC034}{Shift Up}
Return
Whenever you press the End key it should open up the console.
Maybe you have some weird thing going on and you get an improper scancode, with this it should do the trick.
Acknowledged by: OmegaDeath
Re: console command not working
66474bd7a4d15
I guess it's more of a problem how you can input anything into it with a full screen game active.
That's what I meant, yes.
I made a simple autohotkey script.
Code: [Select]
End::
Send {Shift Down}{SC034}{Shift Up}
Return
Whenever you press the End key it should open up the console.
Maybe you have some weird thing going on and you get an improper scancode, with this it should do the trick.
Thank you for the effort. Unfortunately AutoHotkey isn't WINE supported.
This is a mystery to me. I also tried rebinding "bind : edit_command" in user.bnd to something else. (I don't know if that's even the right thing, but it looked promising.)

Edit few mins later: I tried rebinding "bind : edit_command" to something that doesn't need shift. It is now "bind . edit_command" and works like a charm. Problem solved.
« Last Edit: 31. December 2015, 01:07:46 by Colonel SFF »
Re: [solved] Console command not working
66474bd7a4e22
Oh, yeah, forgot that you are on WINE. Autohotkey probably doesn't work on WINE because it intercepts the OS on a low level. The structure probably is different as it is some kind of API translator.
Re: [solved] Console command not working
66474bd7a4fd1
Just as I thought. After being able to open the console I found out that my keyboard layout outside of SS2 doesn't change the one inside. Now I can't seem to find the "_" button.
"," and "." are the same, but adding shift will make then "<" and ">".
My "_" is a "/" when pressed in the console, and a "?" when I add shift.
Does anyone know that keyboard layout, and if it's possible to change it?

I'll make a screenshot of 1234567890 with shift pressed.
[Screenshot from 2015-12-31 02:27:59.png expired]
« Last Edit: 03. January 2016, 00:11:24 by Kolya »

66474bd7a5069OmegaDEATH

Re: [solved] Console command not working
66474bd7a50bf
:) this community rocks i love you guys.
Re: Console command not working
66474bd7a51c6
Except the ^ being a lightning symbol and the parenthesis looking like brackets it seems to be the standard (US) layout.
Try pressing shift + ß for "_"
Re: Console command not working
66474bd7a541b
Except the ^ being a lightning symbol and the parenthesis looking like brackets it seems to be the standard (US) layout.
Try pressing shift + ß for "_"
Nothing comes when pressing ß or ß+shift. Neither does it for "´" right next to "ß"
Re: Console command not working
66474bd7a550f
Then I have no idea what else to try. I have no idea about the usage of Linux or WINE.

Maybe as a makeshift until it's solved you can try to copy and paste the underscore.
Re: Console command not working
66474bd7a56f4
Maybe as a makeshift until it's solved you can try to copy and paste the underscore.
Good idea, thanks, but ctrl+c/v doesn't seem to work either.  :rolleyes:
66474bd7a5851
Found something promising on the WineHQ Bugzilla and tried
Code: [Select]
$ setxkbmap deDoes not solve the problem however.

BUT(!): changing the layout to brazilian does work. _ is now at shift+ß  (I have a german keyboard)
Code: [Select]
$ setxkbmap brWorks, but this is really just a temporary solution for people not on a brazilian keyboard.
« Last Edit: 01. January 2016, 14:08:05 by Colonel SFF »
1 Guest is here.
It takes one to know one and I think you got it bad.
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
66474bd7a59bb