FormIt Plugin API
v23.0.0 (2023.0.0)
|
Functions | |
json | FormIt.Shortcuts.GetShortcutKeys () |
Get the shortcuts. More... | |
json | FormIt.Shortcuts.RestoreFromJSON (jsonStr) |
Restore the shortcuts in the given JSON string. More... | |
json | FormIt.Shortcuts.GetJSON () |
Get the shortcuts as a JSON string. More... | |
json | FormIt.Shortcuts.GetKeycodeString (key, modifier) |
GetKeycodeString returns a human-readable keyboard shortcut string. More... | |
json FormIt.Shortcuts.GetJSON | ( | ) |
Get the shortcuts as a JSON string.
json FormIt.Shortcuts.GetKeycodeString | ( | key | , |
modifier | |||
) |
GetKeycodeString returns a human-readable keyboard shortcut string.
In: key, modifier
[in] | key | int |
[in] | modifier | int |
json FormIt.Shortcuts.GetShortcutKeys | ( | ) |
json FormIt.Shortcuts.RestoreFromJSON | ( | jsonStr | ) |
Restore the shortcuts in the given JSON string.
[in] | jsonStr | String |