| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-04-14 | Remove the Share key from preferences | Jules Aguillon | 1 | -1/+0 | |
| 2025-03-27 | Place editing keys on the bottom-right of Z/X/C/V | Jules Aguillon | 1 | -67/+28 | |
| The code is changed to ensure that extra keys all use a consistent location. | |||||
| 2025-03-23 | Add a preferred position for selectAll | Jules Aguillon | 1 | -0/+7 | |
| 2025-03-16 | Fix crash on API < 26 in settings | Jules Aguillon | 1 | -1/+3 | |
| 2025-03-01 | prefs: Add 'delete_word' and 'forward_delete_word' to extra keys | Jules Aguillon | 1 | -0/+28 | |
| The gesture combination is mentioned. Preferred position are added. | |||||
| 2025-02-22 | ExtraKeysPreference: Allow title to span several lines | Jules Aguillon | 1 | -0/+1 | |
| Some titles in the extra keys list are truncated and some information are invisible. | |||||
| 2025-02-15 | prefs: Add key description for dead keys | Jules Aguillon | 1 | -0/+22 | |
| 2025-02-04 | prefs: Mention Fn combination for accessing extra keys | Jules Aguillon | 1 | -12/+42 | |
| 2025-01-02 | Add zwj, zwnj, nbsp, nnbsp to extra keys preferences | Jules Aguillon | 1 | -0/+8 | |
| 2024-12-31 | Add preferred position for undo/cut/copy/paste | Jules Aguillon | 1 | -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-07 | Add double grave accent (#779) | Zitrone | 1 | -0/+1 | |
| 2024-12-05 | Arabic diacritics (#807) | Jules Aguillon | 1 | -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-11 | Add "scroll_lock" key (#800) | DocJr90 | 1 | -0/+1 | |
| Added "scroll_lock" equates to KeyEvent.KEYCODE_SCROLL_LOCK | |||||
| 2024-10-05 | Add slavonic combining diacritics | Jules Aguillon | 1 | -2/+20 | |
| Co-authored-by: Anastazius Kaejatidarjan <zdarian@asu.edu> | |||||
| 2024-10-04 | Add combining diacritics keys | Jules Aguillon | 1 | -0/+39 | |
| Co-authored-by: Anastazius Kaejatidarjan <zdarian@asu.edu> | |||||
| 2024-07-27 | Add new keyevent "menu" (#726) | Nils Brederlow | 1 | -0/+1 | |
| * Update ExtraKeysPreference.java add "menu" to array of extra keys * Update KeyValue.java add menu keyevent | |||||
| 2024-07-06 | Clipboard pane (#681) | Jules Aguillon | 1 | -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-09 | Automatic placement of f11/f12 placeholders | Jules Aguillon | 1 | -2/+40 | |
| 2024-06-09 | Allow to remove keys Tab and Esc | Jules Aguillon | 1 | -0/+4 | |
| 2024-02-17 | Allow to remove the compose key in the settings | Jules Aguillon | 1 | -11/+14 | |
| 2024-02-17 | compose: Grey out keys that are not in sequence | Jules Aguillon | 1 | -1/+1 | |
| Keys that are not in the pending compose sequence are greyed out with the new 'FLAG_GREYED' flag. | |||||
| 2024-01-15 | Allow hidding the keyboard switching key | Jules Aguillon | 1 | -0/+3 | |
| The keyboard switching key is now selected by default in the Extra Keys option and can be deselected. | |||||
| 2024-01-13 | Refactor: New namespace for preference classes | Jules Aguillon | 1 | -0/+177 | |
