Thanks! That seems to do what I needed. Stefan
On Sun, Jul 27, 2014 at 9:16 PM, Nathan Scowcroft <[email protected]> wrote: > Hi Stefan, > > I use mod4 as my modkey. This seems to do the job: > > awful.key({}, 'Super_R', function() end) > awful.eky({}, 'Super_L', function() end) > > note this will trigger whenever the super is pressed, even if it's just > the beginning of a key combination. the following combination will still > trigger it's respective action. > > Nathan Scowcroft > [email protected] > > > On Sun, Jul 27, 2014, at 10:58 PM, Stefan Geneshky wrote: > > Hi, > > I am trying to capture the Mod key only. Replacing the other key with nil > or "" doesn't work: > > awful.key({ modkey }, nil, function() end) > awful.key({ modkey }, nil, function() end) > > The above does not work. > Does anyone know how to capture the Mod key only? > > Thanks, > Stefan > > >
