summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-03-12 14:31:56 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-03-17 18:52:30 +0100
commit2b1da0d910807c18ba9e870dd62657b80a59015b (patch)
tree3a0563b6b224ebf4a13ca8973eeab0519fa9a1e3 /src/core
parentc1db5c954966e55096488edf887191b64148212a (diff)
downloadweechat-2b1da0d910807c18ba9e870dd62657b80a59015b.zip
core: add note about "shift-" modifier in /help key
The modifier "shift-" can only be used with the key names, not with simple chars.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index b2f24f908..e655dd0a6 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -8331,7 +8331,7 @@ command_init ()
"Modifiers allowed (in this order when multiple are used):\n"
" meta- (alt key)\n"
" ctrl- (control key)\n"
- " shift- (shift key)\n"
+ " shift- (shift key, can only be used with key names below)\n"
"\n"
"Key names allowed: f0 to f20, home, insert, delete, end, "
"backspace, pgup, pgdn, up, down, right, left, tab, return, comma, "