Skip to content

Commit

Permalink
Made keybindings rebindable via cmd-line params.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuh8888 authored and mattydebie committed Apr 14, 2023
1 parent 26e6a64 commit 225917c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bwmenu
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ CLIPBOARD_MODE=
ENTER_CMD=copy_password

# Keyboard shortcuts
KB_SYNC="Alt+r"
KB_URLSEARCH="Alt+u"
KB_NAMESEARCH="Alt+n"
KB_FOLDERSELECT="Alt+c"
KB_TOTPCOPY="Alt+t"
KB_LOCK="Alt+L"
KB_TYPEALL="Alt+1"
KB_TYPEUSER="Alt+2"
KB_TYPEPASS="Alt+3"
KB_TYPETOTP="Alt+4"
: ${KB_SYNC="Alt+r"}
: ${KB_URLSEARCH="Alt+u"}
: ${KB_NAMESEARCH="Alt+n"}
: ${KB_FOLDERSELECT="Alt+c"}
: ${KB_TOTPCOPY="Alt+t"}
: ${KB_LOCK="Alt+L"}
: ${KB_TYPEALL="Alt+1"}
: ${KB_TYPEUSER="Alt+2"}
: ${KB_TYPEPASS="Alt+3"}
: ${KB_TYPETOTP="Alt+4"}

# Item type classification
TYPE_LOGIN=1
Expand Down

0 comments on commit 225917c

Please sign in to comment.