|
|
1.1 ! root 1: # LINDA Editor Key definitions for Ampex 230 terminal. ! 2: # ! 3: # Function keys send ^A upper case letter ^M (f1=^A @ ^M) ! 4: # Shifted function keys send ^A lower case letter ^M (s-f1= ^A ` ^M) ! 5: ! 6: # delete= DEL key ! 7: delete=0177 ! 8: ! 9: # Define the arrow keys if not already defined by termcap ! 10: down =^J ! 11: up =^K ! 12: left =^H ! 13: right=^L ! 14: ! 15: # look is clear/home (unshifted: ^^; shifted: ESC *) ! 16: look=^^ ! 17: look=^[ 056 ! 18: ! 19: # Put accept back on TAB key ! 20: accept=^I ! 21: # Allow back tab instead: ! 22: accept=^[ I ! 23: ! 24: # Unshifted function keys send ^A @ ^M, ^A A ^M, etc. ! 25: ! 26: widen =^A 0100 ^M ! 27: extend =^A A ^M ! 28: first =^A B ^M ! 29: last =^A C ^M ! 30: down =^A D ^M ! 31: up =^A E ^M ! 32: previous=^A F ^M ! 33: next =^A G ^M ! 34: copy =^A H ^M ! 35: copy =^A I ^M ! 36: #yank =^A I ^M ! 37: record =^A J ^M ! 38: play=^A K ^M ! 39: ignore =^A L ^M ! 40: #join =^A L ^M ! 41: ignore =^A M ^M ! 42: #global =^A M ^M ! 43: ignore =^A N ^M ! 44: #find =^A N ^M ! 45: undo =^A O ^M ! 46: ! 47: # Shifted function keys send ^A ` ^M, ^A a ^M, etc. ! 48: ! 49: exit =^A 0140 ^M ! 50: help =^A a ^M ! 51: ignore =^A b ^M ! 52: #literal=^A b ^M ! 53: ignore =^A c ^M ! 54: ignore =^A d ^M ! 55: ignore =^A e ^M ! 56: ignore =^A f ^M ! 57: ignore =^A g ^M ! 58: ignore =^A h ^M ! 59: ignore =^A i ^M ! 60: ignore =^A j ^M ! 61: ignore =^A k ^M ! 62: ignore =^A l ^M ! 63: ignore =^A m ^M ! 64: ignore =^A n ^M ! 65: #bfind =^A n ^M ! 66: redo =^A o ^M
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.