UltimateHackingKeyboard / agent

Ultimate Hacking Keyboard configurator
https://ultimatehackingkeyboard.github.io/agent/
Other
692 stars 77 forks source link

Pinch to zoom on trackpad - weird key codes (Win) #2218

Closed abonhote closed 3 months ago

abonhote commented 3 months ago

Agent 4.0.2, Windows 10 here, Swiss German keyboard layout. As the trackpad pinch to zoom didn't really work, I played around with the settings. Now it's set to PC mode. When I try to zoom out right here inside the github form, I get some backticks (````). Zooming out results gives me single quotes (''''). JavaScript says says 221 and 219, if that helps.

Couldn't we rather have somtething similar to the keyboard assignment dialog for these gestures?

image

Cheers

André

kareltucek commented 3 months ago

Well, the zoom mode only produces Ctrl+- / Ctrl+= scancodes (not characters: https://ultimatehackingkeyboard.com/blog/2018/06/23/how-can-i-type-accented-characters-with-my-uhk), so you using the swiss german layout may easily be the problem.

As to remapping the zoom mode, it is possible via smart macros. Search https://github.com/UltimateHackingKeyboard/firmware/blob/master/doc-dev/user-guide.md for "navigationModeAction".

mondalaci commented 3 months ago

Closing this as https://github.com/UltimateHackingKeyboard/firmware/issues/591 is supposed the be the solution.

Feel free to follow up regardless.