663409c0b0f00

663409c0b1493
1 Guest is here.
 
663409c0b1d79
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 »

663409c0b211cOmegaDEATH

Re: console command not working
663409c0b2175
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?

663409c0b22aeZylonBane

Re: console command not working
663409c0b22fd
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
663409c0b27ad
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 »

663409c0b2871ZylonBane

Re: console command not working
663409c0b28c2
Did. You. Type. A. Colon?

663409c0b295dOmegaDEATH

Re: console command not working
663409c0b29b2
Try use the windows on screen keyboard.
Re: console command not working
663409c0b2c75
On a german keyboard you have to press shift+:
Re: console command not working
663409c0b30fc
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 »

663409c0b31c9OmegaDEATH

Re: console command not working
663409c0b321a
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
663409c0b3393
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
663409c0b37ef
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
663409c0b38fa
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
663409c0b3a87
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 »

663409c0b3b1fOmegaDEATH

Re: [solved] Console command not working
663409c0b3b69
:) this community rocks i love you guys.
Re: Console command not working
663409c0b3c58
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
663409c0b3ec6
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
663409c0b3fc5
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
663409c0b41a8
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:
663409c0b4302
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.
demagogue: Alien porn is on me, boys.
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
663409c0b4410