aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-23 21:35:08 +0200
committerMattias Andrée <maandree@operamail.com>2014-10-23 21:35:08 +0200
commit278e00bd784c872fa321cf47174c87d06e46da3c (patch)
tree6fa0c0fc8ad53ddd9f04ae8cd381e7cf3b489a23 /res
parentm (diff)
downloadmds-278e00bd784c872fa321cf47174c87d06e46da3c.tar.gz
mds-278e00bd784c872fa321cf47174c87d06e46da3c.tar.bz2
mds-278e00bd784c872fa321cf47174c87d06e46da3c.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'res')
-rw-r--r--res/keyboard/compose/dead16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/keyboard/compose/dead b/res/keyboard/compose/dead
index cab479d..2ad7d3f 100644
--- a/res/keyboard/compose/dead
+++ b/res/keyboard/compose/dead
@@ -1621,28 +1621,28 @@ function braille/1
end function
macro braille_double/1
let \2 : "\u2800"
- if \and(\1 1) = 1
+ if \and(\1 1)
let \2 : \or(\2 8)
end if
- if \and(\1 2) = 2
+ if \and(\1 2)
let \2 : \or(\2 16)
end if
- if \and(\1 4) = 4
+ if \and(\1 4)
let \2 : \or(\2 32)
end if
- if \and(\1 8) = 8
+ if \and(\1 8)
let \2 : \or(\2 1)
end if
- if \and(\1 16) = 16
+ if \and(\1 16)
let \2 : \or(\2 2)
end if
- if \and(\1 32) = 32
+ if \and(\1 32)
let \2 : \or(\2 4)
end if
- if \and(\1 64) = 64
+ if \and(\1 64)
let \2 : \or(\2 128)
end if
- if \and(\1 128) = 128
+ if \and(\1 128)
let \2 : \or(\2 64)
end if
<dead compose> "\1" "\1" : "\or(\1 \2)"