abouttreesummaryrefslogcommitdiff
path: root/res/xml/clipboard_bottom_row.xml
AgeCommit message (Collapse)AuthorFilesLines
2025-01-11Remove the 'slider="true"' attributeJules Aguillon1-1/+1
Whether a key behaves as a slider is now purely defined by the key values present on it.
2024-07-06Clipboard pane (#681)Jules Aguillon1-0/+10
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.