mirror of
git://git.suckless.org/svkbd
synced 2024-12-17 19:54:45 +00:00
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.
This commit is contained in:
parent
6a14319331
commit
4a511a6cfb
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user