diff options
author | Case Duckworth | 2020-06-01 22:55:40 -0500 |
---|---|---|
committer | Case Duckworth | 2020-06-01 22:55:40 -0500 |
commit | 9a4ccfb7e9f48bf1f2b42f418acff2c651a1ca2d (patch) | |
tree | 3e024771c28820ac8b7b01fe6cc4dca90f28333e | |
parent | Add INSTALL section (diff) | |
download | bollux-9a4ccfb7e9f48bf1f2b42f418acff2c651a1ca2d.tar.gz bollux-9a4ccfb7e9f48bf1f2b42f418acff2c651a1ca2d.zip |
Add keybind
-rwxr-xr-x | bollux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bollux b/bollux index 5b41cda..e0d37d2 100755 --- a/bollux +++ b/bollux | |||
@@ -426,6 +426,8 @@ mklesskey() { | |||
426 | [ quit 2 # 50 back | 426 | [ quit 2 # 50 back |
427 | ] quit 3 # 51 forward | 427 | ] quit 3 # 51 forward |
428 | r quit 4 # 52 re-request / download | 428 | r quit 4 # 52 re-request / download |
429 | # other keybinds | ||
430 | \40 forw-screen-force | ||
429 | END | 431 | END |
430 | } | 432 | } |
431 | 433 | ||