| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
