Closed ruffinakoza closed 3 years ago
Syntax:
{action} can be either
#hotkey F1 { flee | flee | flee }
{key} parameter can be either
ctrl+z
F1
f10
kp4
Implementation notes:
defaults.js
See JMC hotkey command for more details and inspiration.
Implemented in PR #67
Syntax:
hotkey -- list all assigned hot keys
hotkey {key} -- remove assigned hot key
hotkey {key} {action} -- bind action to the specified key
{action} can be either
#hotkey F1 { flee | flee | flee }
{key} parameter can be either
ctrl+z
,F1
,f10
orkp4
Implementation notes:
defaults.js
(cog icon)See JMC hotkey command for more details and inspiration.