From 79b94a82dc5bd415fa9747a05129692154a97582 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 17 Jun 2015 12:41:50 +0100 Subject: support focus-in-direction across screens --- components/functions/Numpad-multihead | 12 ++++++++++++ recipes/Dakkar | 1 + 2 files changed, 13 insertions(+) create mode 100644 components/functions/Numpad-multihead diff --git a/components/functions/Numpad-multihead b/components/functions/Numpad-multihead new file mode 100644 index 0000000..28448c9 --- /dev/null +++ b/components/functions/Numpad-multihead @@ -0,0 +1,12 @@ +# Numpad + +# --------------------------------------------------------------------------- +# Focus functions, only difference: s/CurrentPage/CurrentGlobalPage/g +DestroyFunc Window-FocusInDirection +AddToFunc Window-FocusInDirection ++ I Direction $0 (CurrentGlobalPage, AcceptsFocus, !Iconic) Focus + +DestroyFunc Window-FocusAndRaiseInDirection +AddToFunc Window-FocusAndRaiseInDirection ++ I Direction $0 (CurrentGlobalPage, AcceptsFocus, !Iconic) Focus ++ I Current (Focused) Raise diff --git a/recipes/Dakkar b/recipes/Dakkar index 3895710..e08113e 100644 --- a/recipes/Dakkar +++ b/recipes/Dakkar @@ -1,5 +1,6 @@ Include components/functions/Music Include components/functions/Screen-Menu +Include components/functions/Numpad-multihead InfoStoreAdd DeskIconsSign " " LoadPreferences IconsType -- cgit v1.2.3