*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmTranslateKey | Section: 3 | Source: Digital UNIX | File: XmTranslateKey.3X.gz
XmTranslateKey(3X) XmTranslateKey(3X) NAME XmTranslateKey - The default keycode-to-keysym translator SYNOPSIS #include <Xm/Xm.h> void XmTranslateKey (display, keycode, modifiers, modifiers_return, keysym_return) Display *display; KeyCode keycode; Modifiers modifiers; Modifiers *modifiers_return; KeySym *keysym_return; DESCRIPTION XmTranslateKey is the default XtKeyProc translation procedure for Motif applications. The function takes a keycode and modifiers and returns the corresponding keysym. XmTranslateKey serves two main purposes: new translators with expanded functionality can call it to get the default Motif keycode-to-keysym translation in addition to whatever they add, and so that the default translator can be reinstalled. This function enables keysyms defined by the Motif virtual bindings to be used when an application requires its own XtKeyProc to be installed. Specifies the display that the key- code is from Specifies the keycode to translate Specifies the modifier keys to be applied to the keycode Specifies a mask of the modifier keys actually used to generate the keysym (an AND of modifiers and any de- fault modifiers applied by the currently registered translator) Speci- fies a pointer to the resulting keysym SEE ALSO VirtualBindings(3X) XmTranslateKey(3X)

Navigation Options