abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java
AgeCommit message (Collapse)AuthorFilesLines
2023-06-03Add Voice Typing keyJules Aguillon1-0/+3
The new key switches to any installed "voice" input method. If several input methods matches, no effort is made to choose. Might misbehave with some input methods other than Google's on API < 28. It is placed on the middle of the arrows on the bottom bar. It is enabled by default and can be removed in the "Extra keys" option. The key is not removed from the keyboard if no voice input method exists.
2023-02-09Vietnamese keyboard (#291)Kazoku1-0/+3
Added missing accent (horn, hook, dot below) Added layout Added accent font svg (by modified existing accent)
2022-12-30Add keys for every context menu actionsJules Aguillon1-1/+8
The most requested keys are undo and redo. Unfortunatly redo doesn't work reliably. The other context menu actions like share, assist and autofill are added even thought they are rarely useful or implemented.
2022-11-13Add editing keys: copy, paste, cut, select allJules Aguillon1-0/+4
2022-11-05Add combinations to 'accent_slash' and show in settingsJules Aguillon1-0/+1
The 'accent_slash' was missing in the extra keys setting. Allow to type more latin letters "with oblique stroke" or "with stroke" that visually have an oblique bar, that were not added to 'accent_bar'.
2022-11-05Add the bar diacritic dead keyJules Aguillon1-0/+1
Allows to type many of the "with stroke" or "with bar" latin letters.
2022-10-23Disable Alt and Meta by defaultJules Aguillon1-3/+0
The Meta key is not useful. The Alt key can be used in a terminal but is not useful to a part of terminal users.
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.