summaryrefslogtreecommitdiff
path: root/man/XtSetKeyTranslator.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtSetKeyTranslator.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtSetKeyTranslator.man')
-rw-r--r--man/XtSetKeyTranslator.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtSetKeyTranslator.man b/man/XtSetKeyTranslator.man
index ced6f29..ca569f2 100644
--- a/man/XtSetKeyTranslator.man
+++ b/man/XtSetKeyTranslator.man
@@ -101,12 +101,12 @@ Specifies the first KeySym for which this converter is valid.
Specifies the last KeySym for which this converter is valid.
.SH DESCRIPTION
The
-.BR XtSetKeyTranslator
+.B XtSetKeyTranslator
function sets the specified procedure as the current key translator.
The default translator is
.BR XtTranslateKey ,
an
-.BR XtKeyProc
+.B XtKeyProc
that uses Shift and Lock modifiers with the interpretations defined
by the core protocol.
It is provided so that new translators can call it to get default
@@ -114,12 +114,12 @@ KeyCode-to-KeySym translations and so that the default translator
can be reinstalled.
.LP
The
-.BR XtTranslateKeycode
+.B XtTranslateKeycode
function passes the specified arguments
directly to the currently registered KeyCode to KeySym translator.
.LP
The
-.BR XtRegisterCaseConverter
+.B XtRegisterCaseConverter
registers the specified case converter.
The start and stop arguments provide the inclusive range of KeySyms
for which this converter is to be called.
@@ -132,10 +132,10 @@ The default converter understands case conversion for all
KeySyms defined in the core protocol.
.LP
The
-.BR XtConvertCase
+.B XtConvertCase
function calls the appropriate converter and returns the results.
A user-supplied
-.BR XtKeyProc
+.B XtKeyProc
may need to use this function.
.SH "SEE ALSO"
.br