d_win32.rc
changeset 553 d930c20df35e
parent 534 8eae68eefa5c
child 565 b0e4a1b19cba
equal deleted inserted replaced
552:8342beae9d6c 553:d930c20df35e
    33 map bindValue:#Cut           to:#Ctrlx.
    33 map bindValue:#Cut           to:#Ctrlx.
    34 map bindValue:#Paste         to:#Ctrlv.
    34 map bindValue:#Paste         to:#Ctrlv.
    35 map bindValue:#BeginOfLine   to:#Home.
    35 map bindValue:#BeginOfLine   to:#Home.
    36 map bindValue:#EndOfLine     to:#End.
    36 map bindValue:#EndOfLine     to:#End.
    37 
    37 
       
    38 map bindValue:#Format        to:#CtrlF.
       
    39 
       
    40 map bindValue:#LearnKeyboardMacro    to:#CtrlL.
       
    41 map bindValue:#ExecuteKeyboardMacro  to:#CtrlM.
       
    42 
    38 map bindValue:#Help          to:#F1.
    43 map bindValue:#Help          to:#F1.
    39 map bindValue:#Again         to:#F8.
    44 map bindValue:#Again         to:#F8.
    40 map bindValue:#FindAgain     to:#F3.   "/ search again in same direction
    45 map bindValue:#FindAgain     to:#F3.   "/ search again in same direction
    41 map bindValue:#CommentSelection   to:#F4.
    46 map bindValue:#CommentSelection   to:#F4.
    42 map bindValue:#UncommentSelection to:#F5.
    47 map bindValue:#UncommentSelection to:#F5.
    46 "/ map bindValue:#Cmdx          to:#Cmdx.
    51 "/ map bindValue:#Cmdx          to:#Cmdx.
    47 "/ map bindValue:#Cmdv          to:#Cmdv.
    52 "/ map bindValue:#Cmdv          to:#Cmdv.
    48 
    53 
    49 map bindValue:#Menu          to:#Appl.             
    54 map bindValue:#Menu          to:#Appl.             
    50 !
    55 !
    51