diff options
| author | Jules Aguillon | 2022-04-03 17:15:12 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-04-03 17:15:12 +0200 |
| commit | aa78229b2aef963d5f840b72d8aa3cad3a78dfc4 (patch) | |
| tree | 4ea7950b7a62829890ba0e9dc1b8108b39dcc902 /res/values/strings.xml | |
| parent | d62e7647e0feb9c3c7d363c50f31f1aaf101ecd0 (diff) | |
| download | unexpected-keyboard-aa78229b2aef963d5f840b72d8aa3cad3a78dfc4.tar.gz unexpected-keyboard-aa78229b2aef963d5f840b72d8aa3cad3a78dfc4.zip | |
Add the Programming Layout option
Allow specifying a layout for programming and add a key for switching to
it easily.
The switching key is placed on the top edge of the space bar.
The option has no effect by default because the ergonomic isn't ideal,
it needs to be enabled explicitly.
Users of Latin-script languages certainly prefer to use one layout (for
programming or not). This feature might be removed in favor of a better
language-switching mechanisms in the future.
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 906803f..250c2ac 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -11,6 +11,8 @@ <string name="pref_accents_e_selected">Only show accents for the selected language</string> <string name="pref_accents_e_all">Show all accents</string> <string name="pref_accents_e_none">Hide accents</string> + <string name="pref_programming_layout_title">Keyboard layout for programming</string> + <string name="pref_programming_layout_none">None</string> <string name="pref_category_typing">Typing</string> <string name="pref_swipe_dist_title">Swiping distance</string> <string name="pref_swipe_dist_summary">Distance of characters in the corners of the keys (%s)</string> |
