Hi,
I've read the Technical Note TN2450
https://developer.apple.com/library/archive/technotes/tn2450/_index.html
I have a French AZERTY keyboard. My goal is to swap € (which is obtained by pressing "Option + $") with ` and £ key in order to make € directly accessible. I'd like to this using hidutil shell script (not an external app, hence programming section). But I can't seem to find the key codes for €, `and £ anywhere.
I tried --help on hidutil property, but not much came out.
Anyone knows how to get those codes? Or how to use the --get function with the rigth HID property to get the code from the character?
Thanks!
I've read the Technical Note TN2450
https://developer.apple.com/library/archive/technotes/tn2450/_index.html
I have a French AZERTY keyboard. My goal is to swap € (which is obtained by pressing "Option + $") with ` and £ key in order to make € directly accessible. I'd like to this using hidutil shell script (not an external app, hence programming section). But I can't seem to find the key codes for €, `and £ anywhere.
I tried --help on hidutil property, but not much came out.
Anyone knows how to get those codes? Or how to use the --get function with the rigth HID property to get the code from the character?
Thanks!