I figured i’d ask before i manually add

# Braille
<Multi_key> <b> <0>					: "⠀"	# Braille pattern blank
<Multi_key> <b> <1>					: "⠁"	# Braille pattern 1
<Multi_key>	<b> <2>					: "⠂"	# Braille pattern 2
<Multi_key>	<b> <1> <2>				: "⠃"	# Braille pattern 12
<Multi_key>	<b> <3>					: "⠄"	# Braille pattern 3
<Multi_key>	<b> <1> <3>				: "⠅"	# Braille pattern 13
<Multi_key>	<b> <2> <3>				: "⠆"	# Braille pattern 23
<Multi_key>	<b> <1> <2> <3>		: "⠇"	# Braille pattern 123
...

to ~/.XCompose, has anyone already done this for all 256 characters in the Unicode block? And if so, could i get a copy of that?

Or can anyone think of a good way to automate this? I tried generating this line for 1-255 in LibreOffice Calc then removing the lines containing 0 and 9, before i realized i hadn’t covered everything and i had a bunch of effectively duplicate lines because i need 12 and 21 to count the same.