Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: space bar at consumer level #2426

Open
sirus713 opened this issue Aug 15, 2024 · 2 comments
Open

Request: space bar at consumer level #2426

sirus713 opened this issue Aug 15, 2024 · 2 comments

Comments

@sirus713
Copy link

sirus713 commented Aug 15, 2024

When SPACE is pressed it sends unicode 231 hex 0xe7

I need it to send unicode 32 hex 0x20.

Microsoft only sees VK_PACKET instead of VK_SPACE

@petejohanson
Copy link
Contributor

So, ZMK is for HID devices, so we would need some research/understanding of what HID usage you're wanting to use that will trigger Windows to trigger that key code at the OS level

@sirus713
Copy link
Author

sirus713 commented Aug 15, 2024

Ideally I would like to use the playback button in some of the 3d creative softwares. When the space key is pressed there is no action in UI of the software I'm using. Because the only code it is receiving happens to match the rest of alpha-numeric codes that get sent. They all come through as VK_PACKET on unicode 231

When I type Tab windows see VK_TAB
When I hit spacebar windows sees VK_PACKET and the same thing for all alpha numeric characters as well

The keystrokes act as they should, they type just fine, and maybe that's why the space bar won't behave the way I need it to when an active window has a dedicated hotkey....it thinks I'm typing and not activating an action

Not sure.

Hope this explains more

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

No branches or pull requests

2 participants