Skip to content

Commit dbfb2b9

Browse files
committed
Fix keyboard number row shift states
1 parent 5e82549 commit dbfb2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

r3/comp/terminal/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ local function build_internal(params, derived_params)
15091509
end
15101510

15111511
local layout = {
1512-
{ "`~", "1!", "2@", "3$", "4%", "5^", "6&", "7*", "8*", "9(", "0)", "-_", "=+", "\8\24" },
1512+
{ "`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+", "\8\24" },
15131513
{ "\9\25", "qQ", "wW", "eE", "rR", "tT", "yY", "uU", "iI", "oO", "pP", "[{", "]}", "\\|" },
15141514
{ "aA", "sS", "dD", "fF", "gG", "hH", "jJ", "kK", "lL", ";:", "'\"", "\10\26" },
15151515
{ "zZ", "xX", "cC", "vV", "bB", "nN", "mM", ",<", ".>", "/?" },

0 commit comments

Comments
 (0)