Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!usc!ucsd!ucbvax!ucdavis!csusac!unify!openlook!openlook-request Newsgroups: comp.windows.open-look Subject: function keys f1,f11 and f12 Message-ID: Date: 7 Nov 90 22:45:43 GMT Lines: 90 Has anyone been able to figure out how to get function keys f1,f11 and f12 to work in an xterm under openlook verison 2.0 on a sparcstation 1. On MIT X 11 R4 server they work fine here is my translation table for VT100 style keypad for using EDT/WPS-PLUS when rlogin'd to my VMS system. I would like to use F11 and F12 for vt100 cursor right and cursor left sequences (Actually I would like to get these three additional keys working so I can switch to word perfect on my sun and stop using VMS for anything but absolutely necessary program development (i.e. porting already developed software) *Text.translations: #override \n\ L6: extend-start() extend-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)\n\ L8: insert-selection(CLIPBOARD) \n\ L10: extend-start() extend-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)\n\ L10: kill-selection() \n\ ~Ctrl ~Meta : extend-start() \n\ ~Meta : extend-adjust() \n\ ~Ctrl ~Meta : extend-end(PRIMARY, CUT_BUFFER0) \n\ ~Ctrl ~Meta : no-op() \n\ ~Ctrl ~Meta : insert-selection(PRIMARY, CUT_BUFFER0) XTerm*VT100.Translations: #override \n\ L6: start-extend() select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)\n\ L8: insert-selection(CLIPBOARD) \n\ L10: start-extend() select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)\n\ ~Ctrl ~Meta : start-extend() \n\ ~Meta : select-extend() \n\ ~Ctrl ~Meta : select-end(PRIMARY, CUT_BUFFER0) \n\ ~Ctrl ~Meta : ignore() \n\ ~Ctrl ~Meta : insert-selection(PRIMARY, CUT_BUFFER0) \n\ CtrlF2: keymap(vms) \n\ CtrlF3: keymap(sun3) \n\ CtrlF4: keymap(None) \n\ CtrlF5: keymap(wp) \n\ *VT100.vmsKeymap.translations: \ F5: string(0x1b) string("[A") \n\ F6: string(0x1b) string("[B") \n\ F8: string(0x1b) string("[C") \n\ F7: string(0x1b) string("[D") \n\ F9: string(0x1b) string("[A") \n\ F10: string(0x1b) string("[B") \n\ F12: string(0x1b) string("[C") \n\ F11: string(0x1b) string("[D") \n\ F21: string(0x1b) string("OP") \n\ F22: string(0x1b) string("OQ") \n\ F23: string(0x1b) string("OR") \n\ Num_Lock: string(0x1b) string("OS") \n\ F27: string(0x1b) string("Ow") \n\ Up: string(0x1b) string("Ox") \n\ F29: string(0x1b) string("Oy") \n\ KP_Subtract: string(0x1b) string("Om") \n\ Left: string(0x1b) string("Ot") \n\ F31: string(0x1b) string("Ou") \n\ Right: string(0x1b) string("Ov") \n\ KP_Add: string(0x1b) string("Ol") \n\ R13: string(0x1b) string("Oq") \n\ Down: string(0x1b) string("Or") \n\ F35: string(0x1b) string("Os") \n\ Insert: string(0x1b) string("Op") \n\ F26: string(0x1b) string("On") \n\ KP_Enter: string(0x1b) string("OM") \n\ Delete: string(0x8) \n\ BackSpace: string(0x7f) \n *VT100.sun3Keymap.translations: \ Delete: string(0x8) \n\ BackSpace: string(0x7f) \n thanks in advance for any help alex Alexander G. Macur New Methods Research Inc, 6035 Corporate Dr. East Syracuse NY 13057 USA Phone: 315-437-7500 E-mail: uunet!nmri!alex