mouse shortcuts: allow override for all shortcuts (7729e7)

This commit is contained in:
bakkeby 2020-03-24 14:08:08 +01:00
parent 584f3928ad
commit ed7837a816
2 changed files with 13 additions and 13 deletions

View file

@ -262,6 +262,13 @@ ResourcePref resources[] = {
};
#endif // XRESOURCES_PATCH
/*
* Force mouse select/shortcuts while mask is active (when MODE_MOUSE is set).
* Note that if you want to use ShiftMask with selmasks, set this to an other
* modifier, set to 0 to not use it.
*/
static uint forcemousemod = ShiftMask;
/*
* Internal mouse shortcuts.
* Beware that overloading Button1 will disable the selection.
@ -373,13 +380,6 @@ static KeySym mappedkeys[] = { -1 };
*/
static uint ignoremod = Mod2Mask|XK_SWITCH_MOD;
/*
* Override mouse-select while mask is active (when MODE_MOUSE is set).
* Note that if you want to use ShiftMask with selmasks, set this to an other
* modifier, set to 0 to not use it.
*/
static uint forceselmod = ShiftMask;
#if !FIXKEYBOARDINPUT_PATCH
/*
* This is the huge key array which defines all compatibility to the Linux