Compare commits

..

No commits in common. "f36e45e45761bb14a1a83aa59985d4c30fc74d49" and "6483553723f0068b09a037abc9a9b5d70de99c49" have entirely different histories.

2 changed files with 4 additions and 21 deletions

View File

@ -16,21 +16,8 @@ now you can write in any window with the same [map] as the web demo!!! wow
## deficiencies
- ibus-table doesn't seem to allow a map for `\␠`, so `‿` is mapped to `\n` instead
- it assumes a US base layout so things will be in the wrong place otherwise
- i might have messed up somewhere without noticing
- the popup is kind of distracting
- if you type `\7` it explodes and you have to reselect the layout before it
starts working again. literally no idea why
## additions
| char | input | char | input |
|------|-------|------|-------|
| ⇒ | `\|` | ⦂ | `\Y` |
## unused keys
\C, \D, \J, \N, \U, \y, (\7 but [it breaks](#deficiencies))
[^sudo]: i tried a few places in `~/.local` and stuff but none of them seemed to
work. if you know where to put user-local tables hmu

10
bqn.txt
View File

@ -4,7 +4,7 @@ VERSION_1_0
### Begin Table definition.
BEGIN_DEFINITION
UUID = 695258b4-7191-11ec-86c5-0f25b3d2e61e
SERIAL_NUMBER = 20221228
SERIAL_NUMBER = 20220109
LICENSE = BSD3
ICON = bqn.png
NAME = BQN
@ -16,7 +16,7 @@ DYNAMIC_ADJUST = FALSE
DEF_FULL_WIDTH_PUNCT = FALSE
DEF_FULL_WIDTH_LETTER = FALSE
MAX_KEY_LENGTH = 2
VALID_INPUT_CHARS == \~`!1@2#3$4%5^6&*8(9)0_-+=QqWwEeRrTtYuIiOoPp{}[]AaSsdFfGgHhjKkLl:;"'ZzXxcVvBbnMm<,>.?/|
VALID_INPUT_CHARS == \~`!1@2#3$4%5^6&*8(9)0_-+=QqWwEeRrTtuIiOoPp{}[]AaSsdFfGgHhjKkLl:;"'ZzXxcVvBbnMm<,>.?/
LAYOUT = default
USER_CAN_DEFINE_PHRASE = FALSE
PINYIN_MODE = FALSE
@ -70,7 +70,6 @@ R R 0
r r 0
T T 0
t t 0
Y Y 0
u u 0
I I 0
i i 0
@ -80,7 +79,6 @@ P P 0
p p 0
{ { 0
} } 0
| | 0
[ [ 0
] ] 0
A A 0
@ -165,13 +163,11 @@ m m 0
\O ⊒ 0
\P 0
\Q ↙ 0
\R 𝕣 0
\S 𝕊 0
\T ⍋ 0
\V ⍒ 0
\W 𝕎 0
\X 𝕏 0
\Y ⦂ 0
\Z ⋈ 0
\[ ← 0
\\ \ 0
@ -197,6 +193,7 @@ m m 0
\p π 0
\q ⌽ 0
\r ↑ 0
\R 𝕣 0
\s 𝕤 0
\t ∧ 0
\u ⊔ 0
@ -207,7 +204,6 @@ m m 0
\{ ⊣ 0
\} ⊢ 0
\~ ¬ 0
\| ⇒ 0
END_TABLE
### vim: set sts=8 noet tw=0 :