abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java
AgeCommit message (Collapse)AuthorFilesLines
2022-10-23Show keys description in settingsJules Aguillon1-2/+6
The symbols alone might be hard to understand when scrolling through the "extra keys" option.
2022-10-23Add the capslock keyJules Aguillon1-0/+1
The key enable caps lock immediately. It does nothing if caps lock is already enabled. It is not present on the keyboard by default but a place is defined on every layout, top-right of the shift key. It can be enabled in the settings. The icon is from materialdesignicons.com.
2022-10-16Allow to disable Alt and Meta keysJules Aguillon1-1/+16
The keys are marked "loc" in the layouts and are handled like the other extra keys. The only difference is that they are enabled by default (for now).
2022-10-15Add the breve diacriticJules Aguillon1-0/+1
2022-09-24Add switch_greekmath to the extra keysJules Aguillon1-1/+2
The Fn+switch_numeric shortcut might be hard to discover or too slow for heavy users. A location is allocated for the key so it has a consistent placement.
2022-09-19Add the Extra Keys optionJules Aguillon1-0/+72
Allows to add more keys to the keyboard from a predefined list. The implementation doesn't use MultiSelectListPreference because it doesn't seem possible to change the item layout to properly show the rendered symbols.