Changeset 2553
- Timestamp:
- Oct 7, 2012, 1:17:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/stdkeys.e ¶
r2541 r2553 133 133 DefKey( 'a_s_=' , 'dolines' ) -- Execute line under cursor 134 134 DefKey( 'c_l' , 'CommandDlgLine' ) -- Open current line in Command dialog 135 DefKey( 'c_break' , 'ProcessBreak' ) -- This is already internally defined and added here to make MenuAccelString() work 135 136 136 137 ; ---- File operations ---- 137 138 DefKey( 'a_f2' , 'SaveAs_Dlg' ) -- Open the Save-as dialog 138 DefKey( 'f2' , 'SmartSave' ) -- Save; if unchanged: give message 139 DefKey( 'f2' , 'Save' ) -- Save 140 ;DefKey( 'f2' , 'SmartSave' ) -- Save; if unchanged: give message 139 141 DefKey( 'f3' , 'Quit' ) -- Quit file 140 DefKey( 'f4' , 'FileOrQuit' ) -- Save and quit file; if unchanged: just quit 142 DefKey( 'f4' , 'File' ) -- Save and quit file 143 ;DefKey( 'f4' , 'FileOrQuit' ) -- Save and quit file; if unchanged: just quit 141 144 DefKey( 'f5' , 'OpenDlg' ) -- Open File-open dialog (will open file in a new window) 142 145 DefKey( 'c_o' , 'EditFileDlg' ) -- Open File-edit dialog (will open file in the same window) … … 199 202 200 203 ; ---- Help ---- 201 DefKey( 'c_h' , ' kwhelp' ) -- Lookup current word in a help file204 DefKey( 'c_h' , 'KwHelp' ) -- Lookup current word in a help file 202 205 203 206 ; ---- Syntax Assistant ----
Note:
See TracChangeset
for help on using the changeset viewer.