We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee00f2e commit b23de73Copy full SHA for b23de73
2 files changed
docs/config.toml
@@ -20,6 +20,9 @@ haptic_feedback = true
20
# Show the tray icon
21
show_trayicon = true
22
23
+# hotkey for opening clipboard history
24
+clipboard_hotkey = "SUPER+SHIFT+2"
25
+
26
27
[theme]
28
docs/default.toml
@@ -6,6 +6,7 @@ search_url = "https://google.com/search?q=%s"
6
haptic_feedback = false
7
8
shells = []
9
+clipboard_hotkey = "SUPER+SHIFT+C"
10
11
[buffer_rules]
12
clear_on_hide = true
0 commit comments