kakoune/doc
Tim Allen 50e422659b Add support for the shift modifier.
Because keyboard layouts vary, the shift-modifier `<s-…>` is only supported
for special keys (like `<up>` and `<home>`) and for ASCII lowercase where
we assume the shift-modifier just produces the matching uppercase character.
Even that's not universally true, since in Turkish `i` and `I` are not an
uppercase/lowercase pair, but Kakoune's default keyboard mappings already
assume en-US mappings for mnemonic purposes.

Mappings of the form `<s-x>` are normalized to `<X>` when `x` is an ASCII
character. `<backtab>` is removed, since we can now say `<s-tab>`.
2018-04-11 15:15:45 +10:00
..
pages Add support for the shift modifier. 2018-04-11 15:15:45 +10:00
autoedit.asciidoc doc: Fix some issues in spelling, grammar and punctuation 2017-04-21 13:59:38 +03:00
coding-style.asciidoc coding-style.asciidoc: Update to C++14 and add a few more guidelines 2018-04-03 09:45:08 +10:00
design.asciidoc design.asciidoc: Add a section describing normal mode as a text editing language 2017-12-14 09:24:31 +11:00
interfacing.asciidoc interfacing.asciidoc: Fix some errors in the interactive sample 2018-03-01 00:10:03 +11:00
json_ui.asciidoc doc json_ui: Document the refresh request 2018-03-25 10:29:21 +03:00
kak.1.asciidoc Docs: add missing -i <suffix> command line flag 2017-11-19 11:43:08 +01:00
kakoune_logo.svg Add logo proposal. 2015-03-22 14:09:32 +01:00
keymap Move rotate selection and rotate selection contents to ) and <a-)> 2018-03-25 11:39:26 +11:00
screenshot-i3.gif Add some screenshots to README 2015-05-07 00:34:50 +01:00
screenshot-tmux.gif Add some screenshots to README 2015-05-07 00:34:50 +01:00
writing_scripts.asciidoc writing_scripts.asciidoc: remove reference to hidden command leading underscore 2018-04-08 18:44:47 +10:00