Functions | |
json | FormIt.Shortcuts.GetShortcutKeys () |
Get the shortcuts. | |
json | FormIt.Shortcuts.RestoreFromJSON (jsonStr) |
Restore the shortcuts in the given JSON string. | |
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. | |
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 | ( | ) |
Get the shortcuts.
Example:
json FormIt.Shortcuts.RestoreFromJSON | ( | jsonStr | ) |
Restore the shortcuts in the given JSON string.
[in] | jsonStr | String |