diff options
| author | dzaima | 2025-02-28 01:47:49 +0200 |
|---|---|---|
| committer | GitHub | 2025-02-28 00:47:49 +0100 |
| commit | 2b978dd2e00af6cc3a3efb218cc33fdbdd2318cc (patch) | |
| tree | 0679098c9e83755a19b571929b1765d6e581c05d /srcs/compose/fn.json | |
| parent | 55cb5f5315c9183f6e4821daa26997e329e30fd8 (diff) | |
| download | unexpected-keyboard-2b978dd2e00af6cc3a3efb218cc33fdbdd2318cc.tar.gz unexpected-keyboard-2b978dd2e00af6cc3a3efb218cc33fdbdd2318cc.zip | |
APL and BQN layouts (#899)
* Add compact BQN layout
* Add compact APL layout
Diffstat (limited to 'srcs/compose/fn.json')
| -rw-r--r-- | srcs/compose/fn.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/srcs/compose/fn.json b/srcs/compose/fn.json index 30e189a..b9dac5c 100644 --- a/srcs/compose/fn.json +++ b/srcs/compose/fn.json @@ -88,6 +88,16 @@ "⊃": "⊇", "±": "∓", + // APL + "⍺": "⍶", + "⍵": "⍹", + "⋄": "⌺", + "⍝": "⍧", + "∆": "⍙", + "∇": "⍢", + "⊤": "⍡", + "⎕": "⍞", + // hebrew niqqud "ק": "qamats", // kamatz "ר": "hataf_qamats", // reduced kamatz |
