abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--srcs/juloo.keyboard2/KeyValue.java2
-rw-r--r--srcs/special_font/0D.svg11
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- materialdesignicons.com keyboard-space -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M3 15H5V19H19V15H21V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V15Z" /></svg>
+<svg xmlns="http://www.w3.org/2000/svg"
+viewBox="0 0 24 24"
+fill="currentColor">
+ <!-- Material Icons by @google - https://github.com/google/material-design-icons
+ License - Apache-2.0 License -->
+ <title>space-bar</title>
+ <path d="M18 9v4H6V9H4v6h16V9h-2z"/>
+</svg> \ No newline at end of file