From: Avi Halachmi (:avih) Date: Thu, 10 Oct 2019 20:42:30 +0000 (+0300) Subject: mouse shortcuts: allow override for all shortcuts X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=b6d280de6df30167ce9cf30fadefc362e77729e7;hp=b6d280de6df30167ce9cf30fadefc362e77729e7;p=st.git mouse shortcuts: allow override for all shortcuts Allow forceselmod to override all mouse shortcuts rather than only selection, and rename it to forcemousemod as it's now more appropriate. This will affect mouse shortcuts which use mask other than XK_ANY_MOD. This does not affect the default behavior because the default mouse shortcuts (wheel) use XK_ANY_MOD, where forceselmod already activated the override also before this change. Previously, if a mouse shortcut was configured with a specific mod and forceselmod was held, then the shortcut did not execute unless the configured mod included forceselmod. ---