geekhack
geekhack Community => Keyboards => Topic started by: azzipa on Mon, 15 February 2021, 12:00:57
-
If you're interested in programming non-standard keys and/or macros, this is a helpful tool called Key Codes from programmer Many Tricks (https://manytricks.com/keycodes/). "Key Codes is a little utility that displays the key code, unicode value, and modifier keys state for any key combination you press. If you're a developer, this might be useful to you." (I have no involvement, just found this helpful.)
(https://manytricks.com/keycodes/images/keycodesmodifiers1504.png)
-
Just to add on, Linux users might be interested in the "xev" command.
To monitor all input events:
xev
To monitor just keyboard events:
xev -event keyboard
-
Thanks, I'm looking to re-purpose several keys to Copy & Paste. I know about Cont+C & Control+V, but when you're using both sometimes several hundred times in a row, this will save time.
Sent from my SM-G975U using Tapatalk