summaryrefslogtreecommitdiff
path: root/man/XtGetActionKeysym.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/XtGetActionKeysym.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
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/XtGetActionKeysym.man')
-rw-r--r--man/XtGetActionKeysym.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XtGetActionKeysym.man b/man/XtGetActionKeysym.man
index 86139ad..3423943 100644
--- a/man/XtGetActionKeysym.man
+++ b/man/XtGetActionKeysym.man
@@ -70,29 +70,29 @@ Intrinsics.
Returns the modifiers that caused the match, if non-NULL.
.SH DESCRIPTION
If
-.BR XtGetActionKeysym
+.B XtGetActionKeysym
is called after an action procedure has been invoked by the Intrinsics
and before that action procedure returns, and if the event pointer has
the same value as the event pointer passed to that action routine, and
if the event is a
-.BR KeyPress
+.B KeyPress
or
-.BR KeyRelease
+.B KeyRelease
event, then
-.BR XtGetActionKeysym
+.B XtGetActionKeysym
returns the KeySym that matched the final event specification in the
translation table and, if \fImodifiers_return\fP is non-NULL, the
modifier state actually used to generate this KeySym; otherwise, if
the event is a
-.BR KeyPress
+.B KeyPress
or
-.BR KeyRelease
+.B KeyRelease
event, then
-.BR XtGetActionKeysym
+.B XtGetActionKeysym
calls
-.BR XtTranslateKeycode
+.B XtTranslateKeycode
and returns the results; else it returns
-.BR NoSymbol
+.B NoSymbol
and does not examine \fImodifiers_return\fP.
.SH "SEE ALSO"
.br