🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

1 total messages Started by jnh@wag.caltech. Thu, 13 Feb 1992 17:29
Numeric keypad binding on IRIX 4.0.1
#4031
Author: jnh@wag.caltech.
Date: Thu, 13 Feb 1992 17:29
22 lines
611 bytes
Does anybody know how to bind various keypad keys (KP_Home, KP_UP, KP_End etc
...) and other special keys (Insert, Home, Up, Down etc ...) to lisp functions
in GNU Xemacs-18.57 runnning under IRIX4.0.1?


The following trick works for normal function keys (F1 ... f12):
(It binds F1 to find-file).

(global-unset-key "\e[")
(defconst x11-prefix "\e[")
(defconst x11-suffix "~")

(defconst x11-f1 (concat x11-prefix "11" x11-suffix))
(global-set-key x11-f1 'find-file)


What are corresponding iris key codes for other special keys?

Any help will be appreciated. Thanks in advance.

Please reply by mail also.

Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads