abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
AgeCommit message (Collapse)AuthorFilesLines
2026-01-18Add the small capital letters dead key (#1156)Jules Aguillon1-0/+2
* Add the small capital letters dead key It can be added to the keyboard from the settings or into custom layouts as `accent_small_caps`. Add all the symbols listed on https://en.wikipedia.org/wiki/Small_caps
2025-07-01Add cyrillic combining kavyka and palatalization (#998)Jules Aguillon1-0/+4
2025-04-14Remove the Share key from preferencesJules Aguillon1-1/+0
2025-03-27Place editing keys on the bottom-right of Z/X/C/VJules Aguillon1-67/+28
The code is changed to ensure that extra keys all use a consistent location.
2025-03-23Add a preferred position for selectAllJules Aguillon1-0/+7
2025-03-16Fix crash on API < 26 in settingsJules Aguillon1-1/+3
2025-03-01prefs: Add 'delete_word' and 'forward_delete_word' to extra keysJules Aguillon1-0/+28
The gesture combination is mentioned. Preferred position are added.
2025-02-22ExtraKeysPreference: Allow title to span several linesJules Aguillon1-0/+1
Some titles in the extra keys list are truncated and some information are invisible.
2025-02-15prefs: Add key description for dead keysJules Aguillon1-0/+22
2025-02-04prefs: Mention Fn combination for accessing extra keysJules Aguillon1-12/+42
2025-01-02Add zwj, zwnj, nbsp, nnbsp to extra keys preferencesJules Aguillon1-0/+8
2024-12-31Add preferred position for undo/cut/copy/pasteJules Aguillon1-0/+34
These keys are placed on the downward direction on the z/x/c/v keys when they are enabled in the settings.
2024-12-07Add double grave accent (#779)Zitrone1-0/+1
2024-12-05Arabic diacritics (#807)Jules Aguillon1-1/+29
Add arabic combining diacritics and make them accessible via Fn and Compose combos. Co-authored-by: Anastázius Kaejatídarján <32847759+anaskaejdar@users.noreply.github.com>
2024-11-11Add "scroll_lock" key (#800)DocJr901-0/+1
Added "scroll_lock" equates to KeyEvent.KEYCODE_SCROLL_LOCK
2024-10-05Add slavonic combining diacriticsJules Aguillon1-2/+20
Co-authored-by: Anastazius Kaejatidarjan <zdarian@asu.edu>
2024-10-04Add combining diacritics keysJules Aguillon1-0/+39
Co-authored-by: Anastazius Kaejatidarjan <zdarian@asu.edu>
2024-07-27Add new keyevent "menu" (#726)Nils Brederlow1-0/+1
* Update ExtraKeysPreference.java add "menu" to array of extra keys * Update KeyValue.java add menu keyevent
2024-07-06Clipboard pane (#681)Jules Aguillon1-0/+3
This adds the clipboard pane, which allows to save an arbitrary number of clipboards and to paste them later. The key can be disabled in settings. Checking the "Recently copied text" checkbox will cause the keyboard to keep a temporary history of copied text. This history can only contain 3 elements which expire after 5 minutes. If this is unchecked, no history is collected. History entries can be pinned into the persisted list of pins.
2024-06-09Automatic placement of f11/f12 placeholdersJules Aguillon1-2/+40
2024-06-09Allow to remove keys Tab and EscJules Aguillon1-0/+4
2024-02-17Allow to remove the compose key in the settingsJules Aguillon1-11/+14
2024-02-17compose: Grey out keys that are not in sequenceJules Aguillon1-1/+1
Keys that are not in the pending compose sequence are greyed out with the new 'FLAG_GREYED' flag.
2024-01-15Allow hidding the keyboard switching keyJules Aguillon1-0/+3
The keyboard switching key is now selected by default in the Extra Keys option and can be deselected.
2024-01-13Refactor: New namespace for preference classesJules Aguillon1-0/+177