home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / incoming / jstools-.6v3 / jstools- / jstools-tk3.6v3.0 / lib / samples / entrybindings.tcl < prev    next >
Encoding:
Text File  |  1995-03-14  |  439 b   |  9 lines

  1. # .textbindings.tcl - emacs-like keyboard bindings for the edit.tk application
  2. #    (and any other Tk-based applications that choose to honour this file)
  3.  
  4. ######################################################################
  5. # JAYISMS - useful on a NeXT
  6. bind Entry <Control-slash>        {j:ekb:self_insert %W %K "\\"}
  7. bind Entry <Control-quoteright>        {j:ekb:self_insert %W %K "`"}
  8. bind Entry <Control-semicolon>        {j:ekb:self_insert %W %K "|"}
  9.