I have the arrow keys of the keyboard broken so I though to use the combination Ctrl + "asdw"
instead. As an example, if we want to change the down arrow key
, my question is: how can I remap it to Ctrl + s
. Through KeyCode I got that Ctrl + s
is:
How can I add it to hidutil code knowing that the down arrow
code is 0x700000051
?
Thanks,