keyboard.rc
changeset 1120 98f5fbe9e3ec
parent 1116 b773d9ea524f
child 1121 9c20a29fe90b
equal deleted inserted replaced
1119:9a0d3e1d312b 1120:98f5fbe9e3ec
    92 map bindValue:#ImplementorsOfIt   to:#CmdI.
    92 map bindValue:#ImplementorsOfIt   to:#CmdI.
    93 "/ map bindValue:#SendersOfIt   to:#CtrlS.
    93 "/ map bindValue:#SendersOfIt   to:#CtrlS.
    94 "/ map bindValue:#SendersOfIt   to:#CmdS.
    94 "/ map bindValue:#SendersOfIt   to:#CmdS.
    95 
    95 
    96 map bindValue:#ToggleInsertMode             to:#CtrlInsert.
    96 map bindValue:#ToggleInsertMode             to:#CtrlInsert.
    97 map bindValue:#OpenSpecialCharacterWindow   to:#'Cmd-'.
    97 "/ map bindValue:#OpenSpecialCharacterWindow   to:#'Cmd-'.
    98 
    98 
    99 map bindValue:#Copy       to:#Cmdc.         "copy selection to buffer"
    99 map bindValue:#Copy       to:#Cmdc.         "copy selection to buffer"
   100 map bindValue:#Copy       to:#Ctrlc.         "copy selection to buffer"
   100 map bindValue:#Copy       to:#Ctrlc.         "copy selection to buffer"
   101 
   101 
   102 map bindValue:#Cut        to:#Cmdx.         "cut selection into buffer"
   102 map bindValue:#Cut        to:#Cmdx.         "cut selection into buffer"
   467 map bindValue:$~ to:#'Cmd~'.
   467 map bindValue:$~ to:#'Cmd~'.
   468 map bindValue:$@ to:#'Cmd@'.
   468 map bindValue:$@ to:#'Cmd@'.
   469 map bindValue:$# to:#'Cmd#'.
   469 map bindValue:$# to:#'Cmd#'.
   470 
   470 
   471 map bindValue:#UserInterrupt to:#'Cmd.' .     "/ for squeak compatibility
   471 map bindValue:#UserInterrupt to:#'Cmd.' .     "/ for squeak compatibility
       
   472 map bindValue:#UserInterrupt to:#'Ctrl.' .    "/ for vw compatibility
   472 
   473 
   473 !
   474 !