sleeb

an experimental input method
git clone https://tongong.net/git/sleeb.git
Log | Files | Refs | README

commit 8aa94fce3c8130f8dda8cdc03d98eb4275732cc8
parent 33ae0ca3d481651b5eb3343bc2a3c17bb3dde61e
Author: tongong <tongong@gmx.net>
Date:   Tue, 22 Feb 2022 08:44:11 +0100

renamed to sleeb

Diffstat:
Msrc/components/page-about.js | 2+-
Msrc/index.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/page-about.js b/src/components/page-about.js @@ -3,7 +3,7 @@ const m = require("mithril"); module.exports = () => { return { view: () => m("div", - m("h1", "sleepykeeb"), + m("h1", "sleeb"), m("p", "This is an experimental idea for a keyboard layout / input method with only three keys (labeled Key 1, Key 2 and Key 3)."), m("h2", "idea"), m("p", "The basic idea is to encode characters with movements / gestures using the three keys. A gesture made of two keys (you press the first key then the second one and release in any order) has three possibilities for the first key and two for the second one. There are thus 6 such gestures:"), diff --git a/src/index.html b/src/index.html @@ -1,6 +1,6 @@ <html> <head> - <title>sleepykeeb</title> + <title>sleeb</title> <meta charset="UTF-8" /> <style> @import "./styles.css";