abouttreesummaryrefslogcommitdiff
path: root/res/xml/bottom_row.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-04-03Revert "Swap Ctrl and switch_numeric keys"Jules Aguillon1-1/+1
This reverts commit b85b67c2f03d1dd1ed96f8352c06e5e23fcbccfe. The Ctrl key was too hard to use in the new position, especially in combination with arrows or backspace. Leave the switching key in the numeric layout however, where the Ctrl key is not very useful. Put Ctrl on the top-right because bottom-right is where the switching key is in the other layouts.
2022-04-03Add the Programming Layout optionJules Aguillon1-1/+1
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.
2022-04-03Swap Ctrl and switch_numeric keysJules Aguillon1-1/+1
The switch_numeric key is generally more important, especially in the numeric pane.
2022-04-03Swap Fn and AltJules Aguillon1-1/+1
Fn is increasingly more important while Alt is generally not.
2022-02-07Define the bottom row separatelyJules Aguillon1-0/+8
Avoid divergences when the bottom row is modified.