Programming The Hot Keys

Any guidance on how to program the four arrow keys and the A, B, X, and Y buttons as hot keys for a key sequence? Specifically, I would like to program the left and right arrows to be the Ctrl-Alt-Left Arrow and Ctrl-Al-Right Arrow key combos used to switch between workspaces.

Thank you for your help in advance!

Definitely possible but it will need some modifications on the code, from a quick look I think possibly it will be over here DevTerm/keys.ino at 24f09a1781658b5804b166a8d9c5b6c2fc393790 · clockworkpi/DevTerm · GitHub

Adding some ifs to check for the keypresses and programatically sending the key sequence.

Is there a build guide for this custom code for the DevTerm and guidance on how to deploy it as part of a distribution install package?

On the fork by Godzil there is some pointers:

heh wonky link

You can also program that in the keyboard firm