From a7a25d34be293fb2e03c0d31f17d6c0981605ace Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Wed, 17 Jun 2015 19:50:21 +0200 Subject: implement custom keybindings --- config.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.example') diff --git a/config.example b/config.example index 9afa699..de0e7d5 100644 --- a/config.example +++ b/config.example @@ -15,3 +15,10 @@ BROWSER='chromium' ## Misc settings help_color="#0C73C2" + +autotype="Alt+1" +type_user="Alt+2" +type_pass="Alt+3" +open_url="Alt+4" +copy_name="Alt+c" +copy_pass="Alt+Shift+c" -- cgit