Query: xmtranslatekey
OS: osf1
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmTranslateKey(3X) XmTranslateKey(3X)NAMEXmTranslateKey - The default keycode-to-keysym translatorSYNOPSIS#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;DESCRIPTIONXmTranslateKey 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 keycode is from Specifies the keycode to translate Specifies the modifier keys to be applied to the keycode Specifies a mask of the modi- fier keys actually used to generate the keysym (an AND of modifiers and any default modifiers applied by the currently registered transla- tor) Specifies a pointer to the resulting keysymSEE ALSOVirtualBindings(3X) XmTranslateKey(3X)
Related Man Pages |
---|
xtsetkeytranslator(3xt) - redhat |
xttranslatekeycode(3xt) - redhat |
xtregistercaseconverter(3xt) - ultrix |
xttranslatb(3) - hpux |
xmtranslatekey(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Motif |
Motif on AIX and SWT |
Motif 1.2 support on Solaris 10 |
Motif 2.1 migration from Motif 1.2 |