getting rid of start.set

This commit is contained in:
Augustus
2026-02-12 17:26:14 +02:00
parent 12f149f115
commit c5bc498710
2 changed files with 65 additions and 9 deletions

View File

@@ -77,4 +77,61 @@
#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}
#key {control-shift-r} {spreload}
#key {control-shift-r} {spreload}
#key Alt-F {#Automenu main|file}
#key Alt-T {#automenu Main|tools}
#key Alt-E {#automenu Main|Edit}
#key Alt-C {#automenu main|connect}
#key Alt-W {#automenu Main|Window}
#key Alt-H {#automenu Main|Help}
; The Search keystrokes control-F, control-shift-f, F3, and shift-F3
#key control-f {
#prompt temp {Reverse Search for? } ;
#find {@temp} FIRST|Reverse ;
#say {%foundline} NoDisplay }
#key f3 {
#find {@temp} reverse|next ;
#say {%foundline} NoDisplay }
#key shift-control-f {
#prompt temp {Forward Search for? } ;
#find {@temp} first|forward ;
#say {%foundline} NoDisplay }
#key Shift-f3 {
#find {@temp} forward|next ;
#say {%foundline} NoDisplay }
#key Control-1 {#say %lastline(1) NoDisplay}
#key Control-2 {#say %lastline(2) NoDisplay}
#key Control-3 {#say %lastline(3) NoDisplay}
#key Control-4 {#say %lastline(4) NoDisplay}
#key Control-5 {#say %lastline(5) NoDisplay}
#key Control-6 {#say %lastline(6) noDisplay}
#key Control-7 {#say %lastline(7) NoDisplay }
#key Control-8 {#say %lastline(8) NoDisplay }
#key Control-9 {#say %lastline(9) NoDisplay }
#key Shift-Control-5 {#5 {#say {%lastline(6-%repeatnum)} NoDisplay}}
#key Shift-Control-4 {#4 {#say {%lastline(5-%repeatnum)} NoDisplay}}
#key Shift-Control-3 {#3 {#say {%lastline(4-%repeatnum)} NoDisplay}}
#key Shift-Control-2 {#2 {#say {%lastline(3-%repeatnum)} NoDisplay}}
#key control-space {#Syskey GET_WORD_FROM_OUTPUT}
#key Alt-space {#Syskey INSERT_TAB_WORD}
#key Escape {#Syskey clear_line}
#key control-T {#Syskey ASSIGN_TRIGGER}
#key control-k {#Syskey ASSIGN_key}
#key alt-A {#Syskey ASSIGN_ALIAS}
#key shift-enter {#Syskey EXECUTE_LINE}
#key control-alt-space {#Syskey ADD_TAB_WORD}
#key control-e {#window ErrorLog}
#key Control-Enter {#window entry}
#key control-q #quit
#key Control-Shift-T {#autoMenu Main|edit|triggers} // display the trigger setup dialog
#key Control-Shift-A {#autoMenu main|edit|alias} // display the alias setup dialog
#key Control-Shift-K {#autoMenu main|edit|keys} // display the keys setup dialog
#key Control-Shift-V {#autoMenu main|edit|variables} // display the variable setup dialog
#key Control-O {#autoMenu main|connect|character} // display the character connect/setup dialog
#key Control-Shift-l {#autoMenu main|file|load} // load a script file
#key Control-Shift-u {#autoMenu main|file|unload} // unload a script file