664712b5abcf6

664712b5ac523
1 Guest is here.
 
664712b5acfb9
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 »

664712b5ad437OmegaDEATH

Re: console command not working
664712b5ad4a0
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?

664712b5ad870ZylonBane

Re: console command not working
664712b5ad8d8
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
664712b5adf14
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 »

664712b5ae016ZylonBane

Re: console command not working
664712b5ae087
Did. You. Type. A. Colon?

664712b5ae163OmegaDEATH

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

664712b5aeaf5OmegaDEATH

Re: console command not working
664712b5aeb41
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
664712b5aec8c
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
664712b5af1de
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
664712b5af330
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
664712b5af4fd
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 »

664712b5af5b4OmegaDEATH

Re: [solved] Console command not working
664712b5af604
:) this community rocks i love you guys.
Re: Console command not working
664712b5af757
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
664712b5afa38
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
664712b5afb48
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
664712b5afdc5
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:
664712b5aff64
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.
[Vectrex] is a good bet to score big with the consumer".
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
664712b5b00c2