summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authormiguel <miguel@localhost>2018-03-19 18:08:18 +0100
committermiguel <miguel@localhost>2018-03-19 18:08:18 +0100
commit47757191f41251b5de0c84abe891624bde02aa72 (patch)
treec50b814018c665570f2265a7ca78565ddca48d82 /config.h
parent45b074d24577b7ba2aa7b0e5e0d799b3ddcd5cbb (diff)
paste uri and open in new window
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 4744cec..264727a 100644
--- a/config.h
+++ b/config.h
@@ -178,6 +178,7 @@ static Key keys[] = {
{ 0, GDK_KEY_minus, zoom, { .i = -1 } },
{ 0, GDK_KEY_equal, zoom, { .i = +1 } },
+ { GDK_SHIFT_MASK, GDK_KEY_p, clipboard, { .i = 2 } },
{ 0, GDK_KEY_p, clipboard, { .i = 1 } },
{ 0, GDK_KEY_y, clipboard, { .i = 0 } },