From b995da9985af74d3f4d2945e2114cd198b08ce06 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 24 Mar 2022 02:13:01 -0400 Subject: Update Space Glyph Revert to previous version, the original google material icon, which is not rounded, and it looks better with the rest of the keyboard, also more correct to represent the open box unicode space char, instead of a smile --- srcs/juloo.keyboard2/KeyValue.java | 2 +- srcs/special_font/0D.svg | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/srcs/juloo.keyboard2/KeyValue.java b/srcs/juloo.keyboard2/KeyValue.java index 2b632e5..a8a8197 100644 --- a/srcs/juloo.keyboard2/KeyValue.java +++ b/srcs/juloo.keyboard2/KeyValue.java @@ -269,7 +269,7 @@ class KeyValue addEventKey("tab", "\u000F", KeyEvent.KEYCODE_TAB, FLAG_KEY_FONT | FLAG_SMALLER_FONT); addKey("\\t", "\\t", '\t', EVENT_NONE, 0); // Send the tab character - addKey("space", "\r", ' ', KeyEvent.KEYCODE_SPACE, FLAG_KEY_FONT | FLAG_SMALLER_FONT); + addKey("space", "\r", ' ', KeyEvent.KEYCODE_SPACE, FLAG_KEY_FONT); addKey("nbsp", "\u237d", '\u00a0', EVENT_NONE, FLAG_KEY_FONT | FLAG_SMALLER_FONT); } } diff --git a/srcs/special_font/0D.svg b/srcs/special_font/0D.svg index 7c6afbe..eb796c1 100644 --- a/srcs/special_font/0D.svg +++ b/srcs/special_font/0D.svg @@ -1,3 +1,8 @@ - - - + + + space-bar + + \ No newline at end of file -- cgit v1.2.3