added numpad movement for vip

This commit is contained in:
Augustus
2025-09-15 05:34:02 +03:00
parent c6798d01e3
commit 8713c2a58c
3 changed files with 40 additions and 3 deletions

View File

@@ -82,4 +82,5 @@
}
#key {alt-shift-enter} {~@buffer link}
#key {alt-f1} {decimalpick}
#key {alt-n} {gagconfig}
#key {alt-n} {gagconfig}
#key {alt-enter} {#if {@numpadon="disabled"} {#var numpadon "enabled" ; #load {@scpath/numpad.set} ; #play {@sppath/general/misc/on.wav} @vol;#say {Numpad movement enabled.} VoiceOnly} {#var numpadon "disabled" ; #unload {@scpath/numpad.set} ; #play {@sppath/general/misc/off.wav} @vol;#say {Numpad movement disabled} VoiceOnly}}