From e69e265f78025b80f4dc33409aa851a351ebe3bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?=
<0@hairydiode.xyz>
Date: Fri, 30 Jun 2023 09:15:30 -0700
Subject: Jankime update, unihome prelim
---
jankime.html | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
(limited to 'jankime.html')
diff --git a/jankime.html b/jankime.html
index 2abddec..3344c4a 100644
--- a/jankime.html
+++ b/jankime.html
@@ -21,6 +21,11 @@
一二三四-->Janky IME 6-29-2023
--------------------------------------------------------------------------------
UPDATE: This IME is now tmux based, old xdotool version is still here
+
+UPDATE2: I have created the most cursed thing in existance. Full unicode display
+and input support in the linux console using only bash/busybox and tmux.
+See we have unicode at home
+
A new python version came out, so of course that means every python package on
my rolling-release system has broken. This includes ibus, which I need for my
input method. I'm currently running some web-crawling scripts that I don't want
@@ -92,10 +97,10 @@ The Implementation:
from line seperated to space seperated was done for free. However this
makes the code less portable
- CODE:
+ CODE:
char=$(echo $opt | awk "{print \$1}")
...
- xdotool type --window "$1" "$char"
+ tmux send-key -t "!" "$char"
Downsides/The Future:
This works in the linux console but obviously the linux console has
--
cgit v1.1