diff --git a/rc.lua b/rc.lua index 14a50b3..150e289 100644 --- a/rc.lua +++ b/rc.lua @@ -497,15 +497,15 @@ globalkeys = awful.util.table.join( awful.spawn.easy_async('xdotool key Caps_Lock', function() end) end, {description="switch the caps lock", group="screen control"}), - awful.key({modkey}, "#87", function() + awful.key({modkey}, "#88", function() awful.spawn.easy_async("x b", function() end) end, {description="Sets the two screens view", group="screen control"}), - awful.key({modkey}, "#90", function() + awful.key({modkey}, "#87", function() awful.spawn.easy_async("x d", function() end) end, {description="Default view", group="screen control"}), - awful.key({modkey, "Shift"}, "#90", function() + awful.key({modkey, "Shift"}, "#87", function() awful.spawn.easy_async("x s", function() end) end, {description="Inverse of the default view", group="screen control"}),