keyboard.rc
changeset 699 064fa3d9d0a5
parent 697 3f8bde56a5a2
child 705 de17c83c0068
equal deleted inserted replaced
698:e180dcf9ca60 699:064fa3d9d0a5
   444 
   444 
   445 map bindValue:#Copy       to:#Cmdc.         "copy selection to buffer"
   445 map bindValue:#Copy       to:#Cmdc.         "copy selection to buffer"
   446 map bindValue:#Copy       to:#Ctrlc.         "copy selection to buffer"
   446 map bindValue:#Copy       to:#Ctrlc.         "copy selection to buffer"
   447 
   447 
   448 map bindValue:#Cut        to:#Cmdx.         "cut selection into buffer"
   448 map bindValue:#Cut        to:#Cmdx.         "cut selection into buffer"
       
   449 map bindValue:#Cut        to:#Ctrlx.
   449 map bindValue:#Paste      to:#Cmdv.         "paste buffer or external selection"
   450 map bindValue:#Paste      to:#Cmdv.         "paste buffer or external selection"
       
   451 map bindValue:#Paste      to:#Ctrlv.
   450 map bindValue:#Paste      to:#CmdV.         "paste buffer or external selection"
   452 map bindValue:#Paste      to:#CmdV.         "paste buffer or external selection"
   451 "/map bindValue:#Cut        to:#CtrlDelete.   "paste buffer or external selection"
       
   452 "/map bindValue:#Paste      to:#CtrlInsert.   "paste buffer or external selection"
       
   453 map bindValue:#Replace    to:#Cmdr.         "same as paste"
   453 map bindValue:#Replace    to:#Cmdr.         "same as paste"
   454 map bindValue:#Replace    to:#Ctrlr.
   454 map bindValue:#Replace    to:#Ctrlr.
   455 map bindValue:#Find       to:#Cmds.         "open searchbox"
   455 map bindValue:#Find       to:#Cmds.         "open searchbox"
   456 map bindValue:#Find       to:#Ctrlf.
   456 map bindValue:#Find       to:#Ctrlf.
   457 map bindValue:#FindNext   to:#Cmdf.         "search fwd for last searchpattern or selection"
   457 map bindValue:#FindNext   to:#Cmdf.         "search fwd for last searchpattern or selection"
   461 map bindValue:#SelectAll  to:#Ctrla.         "that is Alt-shift-a"
   461 map bindValue:#SelectAll  to:#Ctrla.         "that is Alt-shift-a"
   462 map bindValue:#GotoLine   to:#Cmdg.
   462 map bindValue:#GotoLine   to:#Cmdg.
   463 map bindValue:#GotoLine   to:#Ctrlg.
   463 map bindValue:#GotoLine   to:#Ctrlg.
   464 map bindValue:#SelectWord to:#Cmdw.         "select word under cursor"
   464 map bindValue:#SelectWord to:#Cmdw.         "select word under cursor"
   465 map bindValue:#Undo       to:#Cmdu.
   465 map bindValue:#Undo       to:#Cmdu.
       
   466 map bindValue:#Undo       to:#Ctrlu.
   466 
   467 
   467 map bindValue:#Accept     to:#Cmda.
   468 map bindValue:#Accept     to:#Cmda.
   468 map bindValue:#Accept     to:#Ctrls.
   469 map bindValue:#Accept     to:#Ctrls.
   469 map bindValue:#Explain    to:#Cmde.
   470 map bindValue:#Explain    to:#Cmde.
   470 map bindValue:#Explain    to:#Cmdh.
   471 map bindValue:#Explain    to:#Cmdh.
   471 map bindValue:#Format     to:#CmdF.         "that is Alt-shift-F"
   472 map bindValue:#Format     to:#CmdF.         "that is Alt-shift-F"
   472 "/ map bindValue:#Format     to:#CtrlF.        "that is Ctrl-shift-F"
   473 "/ map bindValue:#Format     to:#CtrlF.        "that is Ctrl-shift-F"
   473 
   474 
   474 map bindValue:#DeleteLine to:#Ctrlx.
   475 "/ map bindValue:#DeleteLine to:#Ctrlx.
   475 
   476 
   476 map bindValue:#NextPage     to:#Next.    "typically labelled PageDown on keyboard"
   477 map bindValue:#NextPage     to:#Next.    "typically labelled PageDown on keyboard"
   477 map bindValue:#PreviousPage to:#Prior.   "typically labelled PageUp on keyboard"
   478 map bindValue:#PreviousPage to:#Prior.   "typically labelled PageUp on keyboard"
   478 
   479 
   479 "/ map bindValue:#PreviousPage to:#Ctrlb.   "vi behavior"
   480 "/ map bindValue:#PreviousPage to:#Ctrlb.   "vi behavior"
   743 map bindValue:#ConvertSelectionToUppercase to:#CmdF7.
   744 map bindValue:#ConvertSelectionToUppercase to:#CmdF7.
   744 
   745 
   745 map bindValue:#CommentSelection to:#F3.
   746 map bindValue:#CommentSelection to:#F3.
   746 map bindValue:#UncommentSelection to:#F4.
   747 map bindValue:#UncommentSelection to:#F4.
   747 
   748 
   748 map bindValue:#LearnKeyboardMacro to:#CmdL.
   749 "/ map bindValue:#LearnKeyboardMacro to:#CmdL.
   749 map bindValue:#ExecuteKeyboardMacro to:#CmdM.
   750 "/ map bindValue:#ExecuteKeyboardMacro to:#CmdM.
       
   751 map bindValue:#LearnKeyboardMacro   to:#CtrlF2.
       
   752 map bindValue:#ExecuteKeyboardMacro to:#CmdF2.
   750 
   753 
   751 map bindValue:#CodeCompletion     to:#F2.
   754 map bindValue:#CodeCompletion     to:#F2.
   752 
   755 
   753 "/ map bindValue:#PasteBlockEvaluationsOutput to:#CmdV.
   756 "/ map bindValue:#PasteBlockEvaluationsOutput to:#CmdV.
   754 
   757