Saturday, April 27, 2024
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 14358  / 1 Year ago, mon, may 8, 2023, 1:14:45

How can I add a custom compose key sequence?



For example, I would like Compose, |, > to type the symbol.



I have tried adding the following to ~/.XCompose:



# Import default rules from the system Compose file
include "%L"

# Custom definitions
<Multi_key> <bar> <greater> : "▸" U25B8 # Black right-pointing small triangle


but the new sequence is not usable anywhere except for xterm.



Installing ibus-table-compose and then enabling the Compose input method in IBus did not solve the problem; IBus imitated many compose key sequences, but not the one I had created.


More From » keyboard-layout

 Answers
4

Create a file ~/.XCompose (that is a file named .XCompose in your "home" folder) which contains the following:



include "%L"   # import the default Compose file for your locale
<Multi_key> <bar> <greater> : "▸"


See man 5 Compose for more info about the format of this file.


[#44759] Monday, May 8, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
initiallartebeest

Total Points: 24
Total Questions: 118
Total Answers: 105

Location: Venezuela
Member since Thu, Jul 15, 2021
3 Years ago
;