Skip to content

Conversation

Arnas-Kucinskas
Copy link

You can bind one button to execute multiple keyboard presses. Specify multiple keys in config file separated by comma.
For example ctrl+shift+del: GAMEPAD_RIGHT_THUMB = 0x11,0xA0,0x1B

Maybe someone will see this here and it will be of use to them.

You can bind one button to execute multiple keyboard presses.  Specify multiple keys in config file separated by comma. For example ctrl+shift+del:

GAMEPAD_RIGHT_THUMB = 0x11,0xA0,0x1B
@bkt
Copy link

bkt commented Jan 7, 2022

This is what I wanted to do.

Now I have to figure out how to compile the thing.

thanks!

@lovesengar2000
Copy link

Hey can you tell me how to open the on screen keyboard using a controller shortcut

@Arnas-Kucinskas
Copy link
Author

Hey can you tell me how to open the on screen keyboard using a controller shortcut

In theory it should be like this:
GAMEPAD_RIGHT_THUMB = 0x11,0x12,0x4F

Based on: https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

For some reason virtual keyboard does not register the presses made by Gopher (or at least my build of Gopher). I did not investigate any further and left it at that. But maybe it will work for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants