geekhack

geekhack Community => Keyboards => Topic started by: azzipa on Mon, 15 February 2021, 12:00:57

Title: Tool for Programming QMK Key Codes
Post 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)
Title: Re: QMK - Programming Key Codes
Post by: xudongz on Mon, 15 February 2021, 12:03:27
Just to add on, Linux users might be interested in the "xev" command.

To monitor all input events:

Code: [Select]
xev
To monitor just keyboard events:

Code: [Select]
xev -event keyboard
Title: Re: QMK - Programming Key Codes
Post by: Faceman76 on Mon, 15 February 2021, 12:06:15
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