From ba711fbb6653d2a90e792c1a115e4e16c1110bd8 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Tue, 19 May 2020 20:30:08 -0500 Subject: [PATCH] Fix surf hotkeys --- scripts/core/sxmo_appmenu.sh | 5 ++--- scripts/core/sxmo_statusbar.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index b1a91d0..343a6e7 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -102,10 +102,9 @@ programchoicesinit() { Pipe URL ^ 0 ^ sxmo_urlhandler.sh Zoom + ^ 1 ^ key Ctrl+Shift+k Zoom - ^ 1 ^ key Ctrl+Shift+j - Scroll ↑ ^ 1 ^ key Ctrl+space - Scroll ↓ ^ 1 ^ key Ctrl+b + Scroll ↑ ^ 1 ^ key Shift+space + Scroll ↓ ^ 1 ^ key space JS Toggle ^ 1 ^ key Ctrl+Shift+s - Search ^ 1 ^ key Ctrl+f History ← ^ 1 ^ key Ctrl+h History → ^ 1 ^ key Ctrl+l ")" && WINNAME=surf && return diff --git a/scripts/core/sxmo_statusbar.sh b/scripts/core/sxmo_statusbar.sh index 2ddbc43..b398c4c 100755 --- a/scripts/core/sxmo_statusbar.sh +++ b/scripts/core/sxmo_statusbar.sh @@ -6,7 +6,7 @@ audiodevice() { amixer sget Headphone > /dev/null && echo Headphone || echo Speaker } -sleep 2 +sleep 1 UPDATEFILE=/tmp/sxmo_bar touch $UPDATEFILE