added an optional feature to recieve automatic updates which include scripts and sounds downloading on demand.
This commit is contained in:
@@ -67,7 +67,6 @@
|
||||
#key {control-f1} {smute}
|
||||
#key {alt-\} {rawinput}
|
||||
#key {control-`} {#if {@commandsinoutput="enabled"} {#var commandsinoutput "disabled";#Configure DisplayCommandsInOutput False;#say {commands will no longer be displayed in the output window.}} {#var commandsinoutput "enabled";#Configure DisplayCommandsInOutput true;#say {Commands will now be displayed in the output window.}}}
|
||||
#key {alt-control-v} {checkforupdates}
|
||||
#key {alt-v} {%clipboard}
|
||||
#key {shift-f4} {
|
||||
#if {@devmode = "disabled"} {
|
||||
@@ -83,4 +82,6 @@
|
||||
#key {alt-shift-enter} {~@buffer link}
|
||||
#key {alt-f1} {decimalpick}
|
||||
#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}}
|
||||
#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}}
|
||||
#key {alt-shift-v} {%replace(%clipboard,%crlf,%chr(32))}
|
||||
#key {alt-control-v} {AutomaticUpdate}
|
||||
Reference in New Issue
Block a user