Alternate tag bindings for colemak. Uses keycodes.

This commit is contained in:
Sheldon Lee 2020-08-30 17:20:23 +08:00
parent a693cf387d
commit 4c51c4aa3f

View File

@ -401,13 +401,22 @@ clientkeys = gears.table.join(
-- This should map on the top row of your keyboard, usually 1 to 9. -- This should map on the top row of your keyboard, usually 1 to 9.
-- }}} -- }}}
-- Binds to asdfz -- Binds to 12345
--local bindings = {
-- "#10",
-- "#11",
-- "#12",
-- "#13",
-- "#14",
--}
-- Binds to asdfz on qwerty
local bindings = { local bindings = {
"a", "#38",
"s", "#39",
"d", "#40",
"f", "#41",
"z", "#52",
} }
for i = 1, #bindings do for i = 1, #bindings do