config.h: Allow shift+scroll to work
This commit is contained in:
parent
80c0d70076
commit
85d7f8e31f
2
config.h
2
config.h
@ -158,7 +158,7 @@ static unsigned int defaultattr = 11;
|
|||||||
* Note that if you want to use ShiftMask with selmasks, set this to an other
|
* Note that if you want to use ShiftMask with selmasks, set this to an other
|
||||||
* modifier, set to 0 to not use it.
|
* modifier, set to 0 to not use it.
|
||||||
*/
|
*/
|
||||||
static uint forcemousemod = ShiftMask;
|
static uint forcemousemod = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Internal mouse shortcuts.
|
* Internal mouse shortcuts.
|
||||||
|
Loading…
Reference in New Issue
Block a user