forked from extern/Unexpected-Keyboard
bf3b9c374e
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.
11 lines
379 B
XML
11 lines
379 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- The bottom row used in the clipboard history pane. -->
|
|
<keyboard bottom_row="false">
|
|
<row height="0.95">
|
|
<key key0="switch_back_clipboard"/>
|
|
<key width="3" key0="space" key5="cursor_left" key6="cursor_right" slider="true"/>
|
|
<key key0="backspace" key2="delete"/>
|
|
<key key0="enter" key2="action"/>
|
|
</row>
|
|
</keyboard>
|