aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-07-12 21:23:54 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-07-12 21:23:54 -0400
commitf3589e54f24cac04665a90ed61a4bce1b0a142c0 (patch)
treef84d9734e922a8e809b3d825bb47c9cd80ba0bd8 /FAQ.md
parent1d7b8a6e4e20d7140d1fd93ceb06aa04a51d47a0 (diff)
downloadtextadept-f3589e54f24cac04665a90ed61a4bce1b0a142c0.tar.gz
textadept-f3589e54f24cac04665a90ed61a4bce1b0a142c0.zip
Be more consistent with "key sequences", "key commands", and "key bindings".
Sequences are key strings, commands are Lua functions, and bindings are commands assigned to sequences.
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 96cb4a1f..d2ba8570 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -113,7 +113,7 @@ The curses version does not support feature _x_ the GUI version does. Is this a
bug?
**A:**
-Maybe. Some terminals do not recognize certain key commands like `Shift+Arrow`
+Maybe. Some terminals do not recognize certain key sequences like `Shift+Arrow`
for making selections. Linux's virtual terminals (the ones accessible with
`Ctrl+Alt+FunctionKey`) are an example. GNOME Terminal, LXTerminal and XTerm
seem to work fine. rxvt and rxvt-unicode do not work out of the box, but may be