ui.backend.x11.keys: Fix bad refactor.

modern-harvey2
Doug Coleman 2017-09-11 17:08:32 -05:00
parent 93a358038d
commit 5d7c397b00
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@ x11.keysymdef combinators.smart.syntax ;
IN: ui.backend.x11.keys
CONSTANT: modifiers {
array[ ShiftMask ]
array[ ControlMask ]
array[ Mod1Mask ]
array[ Mod4Mask ]
array[ S+ ShiftMask ]
array[ C+ ControlMask ]
array[ A+ Mod1Mask ]
array[ M+ Mod4Mask ]
}
CONSTANT: codes