keyboard.rc
changeset 705 de17c83c0068
parent 699 064fa3d9d0a5
child 715 529ebe47d1e9
equal deleted inserted replaced
704:24e71c95dbfe 705:de17c83c0068
   470 map bindValue:#Explain    to:#Cmde.
   470 map bindValue:#Explain    to:#Cmde.
   471 map bindValue:#Explain    to:#Cmdh.
   471 map bindValue:#Explain    to:#Cmdh.
   472 map bindValue:#Format     to:#CmdF.         "that is Alt-shift-F"
   472 map bindValue:#Format     to:#CmdF.         "that is Alt-shift-F"
   473 "/ map bindValue:#Format     to:#CtrlF.        "that is Ctrl-shift-F"
   473 "/ map bindValue:#Format     to:#CtrlF.        "that is Ctrl-shift-F"
   474 
   474 
   475 "/ map bindValue:#DeleteLine to:#Ctrlx.
   475 "/ map bindValue:#DeleteLine to:#CtrlX.
   476 
   476 
   477 map bindValue:#NextPage     to:#Next.    "typically labelled PageDown on keyboard"
   477 map bindValue:#NextPage     to:#Next.    "typically labelled PageDown on keyboard"
   478 map bindValue:#PreviousPage to:#Prior.   "typically labelled PageUp on keyboard"
   478 map bindValue:#PreviousPage to:#Prior.   "typically labelled PageUp on keyboard"
   479 
   479 
   480 "/ map bindValue:#PreviousPage to:#Ctrlb.   "vi behavior"
   480 "/ map bindValue:#PreviousPage to:#Ctrlb.   "vi behavior"