From 91584ecc63b52e6b8381bf858793870e836f8f9c Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Sat, 2 Mar 2019 15:28:59 +0100 Subject: [PATCH] add tab key --- src/layouts.tpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts.tpp b/src/layouts.tpp index a7f6b76..1831f18 100644 --- a/src/layouts.tpp +++ b/src/layouts.tpp @@ -13,7 +13,7 @@ std::vector> default_keys = { {KEY_BACKSPACE, "⌫", 2} }, { - {0, " ", 0.5}, + {KEY_TAB, "⇥", 0.5}, {KEY_A, "a", 1}, {KEY_S, "s", 1}, {KEY_D, "d", 1},