about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2017-04-29 14:56:02 +0200
committerQuentin Rameau <quinq@fifth.space>2017-04-29 17:59:07 +0200
commit9eda6f5dd556552c29dd43095dd5a9bf026a8a5f (patch)
treee68a3ad89c33efd671d0c5ae0ca8f9aa40839be7 /config.def.h
parentDisplay an error message and certificate on tls error (diff)
downloadsurf-9eda6f5dd556552c29dd43095dd5a9bf026a8a5f.tar.gz
surf-9eda6f5dd556552c29dd43095dd5a9bf026a8a5f.tar.bz2
surf-9eda6f5dd556552c29dd43095dd5a9bf026a8a5f.zip
Add a keybinding to show current TLS certificate
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9bdbe0c..57cef76 100644
--- a/config.def.h
+++ b/config.def.h
@@ -152,6 +152,7 @@ static Key keys[] = {
 	{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_n,      find,       { .i = -1 } },
 
 	{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_p,      print,      { 0 } },
+	{ MODKEY,                GDK_KEY_x,      showcert,   { 0 } },
 
 	{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_a,      togglecookiepolicy, { 0 } },
 	{ 0,                     GDK_KEY_F11,    togglefullscreen, { 0 } },