diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-11-14 06:35:10 +0100 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-11-14 06:35:10 +0100 |
commit | c66fabf4d0ff1b979810f5b00e045a8420204adb (patch) | |
tree | 3abbc530974ac018aff4301b8c48d3ee1dbdff3d /config.example | |
parent | 19131f83a65dcf6f2286de6d3375d467d88f994a (diff) | |
download | rofi-pass-c66fabf4d0ff1b979810f5b00e045a8420204adb.tar.gz |
add missing keys
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config.example b/config.example index 51bcd56..3a241d8 100644 --- a/config.example +++ b/config.example @@ -45,9 +45,10 @@ open_url="Alt+4" copy_name="Alt+u" copy_url="Alt+l" copy_pass="Alt+p" -edit="Alt+9" -move="Alt+2" -delete="Alt+3" -copy_entry="Alt+c" -show="Control+Return" -generate="Alt+g" +show="Alt+o" +copy_entry="Alt+2" +type_entry="Alt+1" +copy_menu="Alt+c" +action_menu="Alt+a" +type_menu="Alt+t" +help="Alt+h" |