Custom keyboard shortcuts
-
Will the array of possibilities for keyboard shortcuts be extended?
I have difficulties activating this or this tool for instance, because my laptop keyboard mapping is not US. And I cannot change them because they seem reserved.
Furthermore, I see no possibility of assigning custom shortcuts to other existing functions. Maybe I can't see them?
-
Thank you!
-
It's possible that more functionalities will be added to the list of keyboard shortcuts in the preferences window.
You can also write a custom script that will be launched at startup that is just observing the
keyDown
in RoboFont and mapping thosekeyDown
notifications to your own functionality.see:
http://doc.robofont.com/documentation/scripting/custom-observers/
http://doc.robofont.com/documentation/preferences/ (python tab)