You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cursory Google search hasn't shown an easy way to translate scancodes or X keycodes (obtained from xev running under XWayland) to the keycode string that the config expects. I've been tryong to remap the (<>) key (left of Z on my Model M 122) to Super. A simple command that just prints the pressed keycode to stdout until EOF would be very appreciated.
Edit: Further searching shows that the evtest program already implements this. Leaving this here for anyone searching for the solution in the future, close the issue if you'd like.
The key code was the very descriptive KEY_102ND, if you're curious.
The text was updated successfully, but these errors were encountered:
A cursory Google search hasn't shown an easy way to translate scancodes or X keycodes (obtained from xev running under XWayland) to the keycode string that the config expects. I've been tryong to remap the (<>) key (left of Z on my Model M 122) to Super. A simple command that just prints the pressed keycode to stdout until EOF would be very appreciated.
Edit: Further searching shows that the
evtest
program already implements this. Leaving this here for anyone searching for the solution in the future, close the issue if you'd like.The key code was the very descriptive
KEY_102ND
, if you're curious.The text was updated successfully, but these errors were encountered: