diff --git a/layout.mobintl.h b/layout.mobintl.h index b93d977..906a032 100644 --- a/layout.mobintl.h +++ b/layout.mobintl.h @@ -953,7 +953,7 @@ static struct key keys_emoji[] = { static struct key keys_nav[] = { {"Esc", "Esc", 1.0, Code, KEY_ESC, .scheme = 1}, - {"", "", 1.0, Code, KEY_SPACE, .scheme = 1}, + {"⌫", "⌫", 1.0, Code, KEY_BACKSPACE, .scheme = 1}, {"↑", "↑", 1.0, Code, KEY_UP, .scheme = 1}, {"⇈", "⇈", 1.0, Code, KEY_PAGEUP, .scheme = 1}, {"", "", 0.0, EndRow}, @@ -965,7 +965,7 @@ static struct key keys_nav[] = { {"", "", 0.0, EndRow}, {"Sym", "Sym", 1.0, NextLayer, .scheme = 1}, - {"⌫", "⌫", 1.0, Code, KEY_BACKSPACE, .scheme = 1}, + {"", "", 1.0, Code, KEY_SPACE, .scheme = 1}, {"↓", "↓", 1.0, Code, KEY_DOWN, .scheme = 1}, {"⇊", "⇊", 1.0, Code, KEY_PAGEDOWN, .scheme = 1}, {"", "", 0.0, Last},