about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-06-01 22:55:40 -0500
committerCase Duckworth2020-06-01 22:55:40 -0500
commit9a4ccfb7e9f48bf1f2b42f418acff2c651a1ca2d (patch)
tree3e024771c28820ac8b7b01fe6cc4dca90f28333e
parentAdd INSTALL section (diff)
downloadbollux-9a4ccfb7e9f48bf1f2b42f418acff2c651a1ca2d.tar.gz
bollux-9a4ccfb7e9f48bf1f2b42f418acff2c651a1ca2d.zip
Add keybind
-rwxr-xr-xbollux2
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