summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/enumerations.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index b7c04d055..6612976c6 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -126,8 +126,8 @@ FL_KEYBOARD and FL_SHORTCUT events:
- FL_Insert - The insert key.
- FL_Menu - The menu key.
- FL_Num_Lock - The num lock key.
- - FL_KP - One of the keypad numbers; use <tt>FL_KP + n</tt>
- for number <tt>n</tt>.
+ - FL_KP - One of the keypad numbers or keys; use <tt>FL_KP + 'n'</tt>
+ for number <tt>n</tt> and, say, <tt>FL_KP + '*'</tt>.
- FL_KP_Enter - The enter key on the keypad.
- FL_F - One of the function keys; use <tt>FL_F + n</tt>
for function key <tt>n</tt>.