top of page
How can I create my own Toolbars from a MDM?
If you want to configure your own toolbar(s), you probably want to remove the default toolbars with all their buttons before you start defining your own. To do that, you can use the parameter toolbar.remove and set it to true. Then you can add your own buttons, for example the 4 cursor movement buttons like this:
​
Parameter key toolbar.remove / Parameter value true
Parameter key toolbar.cmd0 / Parameter value 54,Left,,\u21a4
Parameter key toolbar.cmd1 / Parameter value 51,Up,,\u21a5
Parameter key toolbar.cmd2 / Parameter value 52,Down,,\u21a7
Parameter key toolbar.cmd3 / Parameter value 53,Right,,\u21a6
​
​
​
bottom of page