1return { 2 alt = 'Mod1', 3 super = 'Mod4', 4 shift = 'Shift', 5 ctrl = 'Control', 6 7 -- Set Super as default modkey if none is present. 8 modkey = require('config.user').mod or 'Mod4' 9}