From ac34711bc383752b89933d46ad9a804e0c0dcdc3 Mon Sep 17 00:00:00 2001 From: Sam Bowlby Date: Sun, 29 Aug 2021 08:27:41 +0400 Subject: [PATCH] fixed appmenu for Foot shortcuts Signed-off-by: Stacy Harper --- scripts/core/sxmo_appmenu.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index 0e565de..d99f563 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -441,14 +441,13 @@ programchoicesinit() { ;; *foot*) CHOICES=" - $icon_itm Type complete ^ 0 ^ sxmo_type -M Shift -M Ctrl u - $icon_cpy Copy complete ^ 0 ^ sxmo_type -M Shift -M Ctrl i + $icon_cpy Copy ^ 0 ^ sxmo_type -M Shift -M Ctrl c $icon_pst Paste ^ 0 ^ sxmo_type -M Shift -M Ctrl v $icon_zmi Zoom in ^ 1 ^ sxmo_type -M Ctrl + $icon_zmo Zoom out ^ 1 ^ sxmo_type -M Ctrl -k Minus - $icon_aru Scroll up ^ 1 ^ sxmo_type -k Prior - $icon_ard Scroll down ^ 1 ^ sxmo_type -k Next - $icon_a2x Invert ^ 1 ^ sxmo_type -M Shift -M Ctrl x + $icon_aru Scroll up ^ 1 ^ sxmo_type -M Shift -k Prior + $icon_ard Scroll down ^ 1 ^ sxmo_type -M Shift -k Next + $icon_lnk URL Mode ^ 0 ^ sxmo_type -M Shift -M Ctrl -k u $icon_kbd Hotkeys ^ 0 ^ sxmo_appmenu.sh sthotkeys " WINNAME=Foot