aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/keyboard/compose/dead22
1 files changed, 11 insertions, 11 deletions
diff --git a/res/keyboard/compose/dead b/res/keyboard/compose/dead
index 609ec89..4313ae0 100644
--- a/res/keyboard/compose/dead
+++ b/res/keyboard/compose/dead
@@ -1218,7 +1218,7 @@ macro boxes/2
let \5 : \get(\3 \2)
if \or(\equals(\4 999) \equals(\5 999))
return
- endif
+ end if
let \6 : { \and(\4 16) \and(\4 32) \and(\4 64) \and(\4 128) }
let \7 : { \and(\5 16) \and(\5 32) \and(\5 64) \and(\5 128) }
let \4 : { \and(\4 1) \and(\4 2) \and(\4 4) \and(\4 8) }
@@ -1229,13 +1229,13 @@ macro boxes/2
\set(\4 \8 \add(\get(\4 \8) \get(\4 \8)))
if \greater(\get(\4 \8) 2)
\set(\4 \8 2)
- endif
+ end if
end for
for 0 to 127 as \5
let \6 : \get(\3 \5)
if \equals(\4 999)
continue
- endif
+ end if
let \7 : { \and(\6 16) \and(\6 32) \and(\6 64) \and(\6 128) }
let \6 : { \and(\6 1) \and(\6 2) \and(\6 4) \and(\6 8) }
for 0 to 3 as \8
@@ -1605,28 +1605,28 @@ macro braille_double/1
let \2 : "\u2800"
if \and(\1 1) = 1
let \2 : \or(\2 8)
- endif
+ end if
if \and(\1 2) = 2
let \2 : \or(\2 16)
- endif
+ end if
if \and(\1 4) = 4
let \2 : \or(\2 32)
- endif
+ end if
if \and(\1 8) = 8
let \2 : \or(\2 1)
- endif
+ end if
if \and(\1 16) = 16
let \2 : \or(\2 2)
- endif
+ end if
if \and(\1 32) = 32
let \2 : \or(\2 4)
- endif
+ end if
if \and(\1 64) = 64
let \2 : \or(\2 128)
- endif
+ end if
if \and(\1 128) = 128
let \2 : \or(\2 64)
- endif
+ end if
<dead compose> "\1" "\1" : "\or(\1 \2)"
end macro
<shift dead compose> "b" <space> : "\u2800"