Changeset 2553


Ignore:
Timestamp:
Oct 7, 2012, 1:17:30 PM (13 years ago)
Author:
Andreas Schnellbacher
Message:
  • Replaced SmartSave with Save, as suggested by John.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/stdkeys.e

    r2541 r2553  
    133133DefKey( 'a_s_='        , 'dolines'         )    -- Execute line under cursor
    134134DefKey( 'c_l'          , 'CommandDlgLine'  )    -- Open current line in Command dialog
     135DefKey( 'c_break'      , 'ProcessBreak'    )    -- This is already internally defined and added here to make MenuAccelString() work
    135136
    136137; ---- File operations ----
    137138DefKey( 'a_f2'         , 'SaveAs_Dlg'      )    -- Open the Save-as dialog
    138 DefKey( 'f2'           , 'SmartSave'       )    -- Save; if unchanged: give message
     139DefKey( 'f2'           , 'Save'            )    -- Save
     140;DefKey( 'f2'           , 'SmartSave'       )    -- Save; if unchanged: give message
    139141DefKey( 'f3'           , 'Quit'            )    -- Quit file
    140 DefKey( 'f4'           , 'FileOrQuit'      )    -- Save and quit file; if unchanged: just quit
     142DefKey( 'f4'           , 'File'            )    -- Save and quit file
     143;DefKey( 'f4'           , 'FileOrQuit'      )    -- Save and quit file; if unchanged: just quit
    141144DefKey( 'f5'           , 'OpenDlg'         )    -- Open File-open dialog (will open file in a new window)
    142145DefKey( 'c_o'          , 'EditFileDlg'     )    -- Open File-edit dialog (will open file in the same window)
     
    199202
    200203; ---- Help ----
    201 DefKey( 'c_h'          , 'kwhelp'          )    -- Lookup current word in a help file
     204DefKey( 'c_h'          , 'KwHelp'          )    -- Lookup current word in a help file
    202205
    203206; ---- Syntax Assistant ----
Note: See TracChangeset for help on using the changeset viewer.