1

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: enter image description here

Also, enter image description here

How can I add it to hidutil code knowing that the down arrow code is 0x700000051? Thanks,

1 Answers1

0

At the end, since I want to replace the arrowkeys for Ctrl + "asdw", I decided to employ a specific third-party app which I read in the comments of a post: BetterTouchTool. Since the remap is done easily, at the end I replaced all the arrows with Fn + "asdw", as well as any combination of Opt/Ctr/Cmd + arrow with Opt/Ctr/Cmd + Fn + "asdw". It is not the best solution but it works nicely fine!

Dharman
  • 30,962
  • 25
  • 85
  • 135