I want to add my own Keyboard shortcuts (Windows) #1129
Replies: 2 comments 3 replies
-
Hi ! After 1.7.2 I'll find time to help you in building it on Windows. Sorry for the delay ! |
Beta Was this translation helpful? Give feedback.
-
Starting with version 1.7.2 there will be an unofficial way to configure keyboard shortcuts for actions without recompiling OpenBoard. Warning This is an unofficial feature. Actions may be added or removed in the future. Also the syntax of the configuration file may change. So use it without any guarantee. This feature is only available starting with version 1.7.2. Locate your [Shortcut]
actionHand=Ctrl+#, 0, 0 You can view the list of actions here in the source code: OpenBoard/src/core/UBShortcutManager.cpp Lines 120 to 204 in a7685ae The action names always start with On the right hand of the
The two Save the settings file and restart OpenBoard. If you did everything right, then your shortcuts should work. Note that if you want to use a key combination which is already in use for another action, then you also have to change that action, too. It is not allowed to assign the same key combination to more than one action. |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is possible without building and compiling Openboard, but I was wondering if it would be possible to edit or add keyboard shortcuts for certain actions in Openboard.
I know some buttons have their own shortcuts but they are not standard and do not fit my needs. I tried following the Windows build from source instructions on github but sadly no luck with it.
So maybe there would be away to create a Plugin or something to have the ability to edit and manage your own Keyboard shortcuts.
PS: if someone was successful with building Openboard from the source files on windows, can you kindly help me out
Beta Was this translation helpful? Give feedback.
All reactions