[hackers] [svkbd] minor update for emoji overlay on Q: simpler glyph || Maarten van Gompel

From: <git_AT_suckless.org>
Date: Tue, 20 Jul 2021 11:03:28 +0200 (CEST)

commit 4a511a6cfb53be1efe7a0d72edb9fb0d1bc34f0d
Author: Maarten van Gompel <proycon_AT_anaproy.nl>
AuthorDate: Mon Jul 19 21:09:10 2021 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Tue Jul 20 11:01:01 2021 +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.

diff --git a/layout.mobile-intl.h b/layout.mobile-intl.h
index dcc7c6d..6b877ed 100644
--- a/layout.mobile-intl.h
+++ b/layout.mobile-intl.h
_AT_@ -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 },
_AT_@ -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 },
Received on Tue Jul 20 2021 - 11:03:28 CEST

This archive was generated by hypermail 2.3.0 : Tue Jul 20 2021 - 11:12:31 CEST