minor update for emoji overlay on Q: simpler glyph - svkbd - simple virtual keyboard
(HTM) git clone git://git.suckless.org/svkbd
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4a511a6cfb53be1efe7a0d72edb9fb0d1bc34f0d
(DIR) parent 6a1431933125e26994554817baf5d5a85402b814
(HTM) Author: Maarten van Gompel <proycon@anaproy.nl>
Date: Mon, 19 Jul 2021 21:09:10 +0200
minor update for emoji overlay on Q: simpler glyph
I picked a simpler glyph because the other might be more likely to not be
present in a font.
Diffstat:
M layout.mobile-intl.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/layout.mobile-intl.h b/layout.mobile-intl.h
@@ -17,7 +17,7 @@ static Key keys_en[KEYS] = {
{ 0 }, /* New row */
{ "↹", 0, XK_Tab, 0.75 },
- { 0, "🙂", XK_q, 1 },
+ { 0, "☺", XK_q, 1 },
{ 0, 0, XK_w, 1 },
{ 0, 0, XK_e, 1 },
{ 0, 0, XK_r, 1 },
@@ -68,7 +68,7 @@ static Key keys_en[KEYS] = {
};
static Key keys_minimal[KEYS] = {
- { 0, "🙂", XK_q, 1 },
+ { 0, "☺", XK_q, 1 },
{ 0, 0, XK_w, 1 },
{ 0, 0, XK_e, 1 },
{ 0, 0, XK_r, 1 },