home *** CD-ROM | disk | FTP | other *** search
- # .textbindings.tcl - emacs-like keyboard bindings for the edit.tk application
- # (and any other Tk-based applications that choose to honour this file)
-
- ######################################################################
- # JAYISMS - useful on a NeXT
- bind Entry <Control-slash> {j:ekb:self_insert %W %K "\\"}
- bind Entry <Control-quoteright> {j:ekb:self_insert %W %K "`"}
- bind Entry <Control-semicolon> {j:ekb:self_insert %W %K "|"}
-