Questions tagged [compose-key]

56 questions
20
votes
1 answer

How can I find out if the ~/.XCompose file has loaded?

I've added a simple sequence, but it won't work. How can I find out if the OS (Ubuntu 12.10 with Unity) is actually loading the file?
Tim
  • 303
  • 2
  • 5
17
votes
4 answers

How to make Compose work in GTK and Qt apps?

I used Gnome for a long time, but preferred vanilla X input method (xim) over the default GTK behaviour. I just set GTK_IM_MODULE and QT_IM_MODULE environment variables to xim, and didn't have any problem with multiple-layout config, Compose key,…
sastanin
  • 401
  • 4
  • 11
17
votes
6 answers

How to create lowercase pi (“π”) with compose key?

I'm pretty sure I used to be able to create lowercase pi characters using Composepi (as described on for example fsymbols.com), but it no longer works. My compose key works for other characters (like Composeaa for “å”), so what could be wrong? I…
l0b0
  • 50,672
  • 41
  • 197
  • 360
15
votes
1 answer

How to list all currently available compose key combinations?

Is there some way to inspect the state of X to get exactly and only a list of compose key shortcuts and what they map to, either as literal keys, for example: aa å 88 ∞ or as glyph names, for example: aa Latin Small Letter A with ring above 88…
l0b0
  • 50,672
  • 41
  • 197
  • 360
14
votes
2 answers

Adding custom Compose key sequences

How can one add custom Compose-key sequences? I have googled quite a bit, but could not find an explanation. In particular, I would like to have: + + = ℤ # Blackboard bold Z (set of integers) In particular, I tried copying the…
jmc
  • 408
  • 4
  • 13
13
votes
1 answer

Some apps doesn't accept some characters from the «Compose» key

The problem is that the compose key works fine, but some application doesn't accept some characters from it. E.g. I can type the character ∞ in Emacs (Compose+8+8), but this won't work in FireFox, Konsole and Kate. But many other characters, e.g. €…
Hi-Angel
  • 4,778
  • 4
  • 28
  • 45
10
votes
1 answer

How to find name of key for use in ~/.XCompose? (specifically keypad plus and minus)

I use XIM under Debian Linux with Gnome 2. Many compose sequences are already defined in the system, including the one for ± sign: palec@Palec:~$ grep PLUS-MINUS /usr/share/X11/locale/en_US.UTF-8/Compose : "±" …
Palec
  • 305
  • 1
  • 3
  • 20
9
votes
1 answer

XCompose multiple characters: ¯\_(ツ)_/¯

In my ~/.XCompose, I have this line: + <3> + <3> : "¯\_(ツ)_/¯" # Shrug. Which sadly, does not do what I want. Since only the first characters of the shrug is used. Can I have multiple characters based of one key combinations?
9
votes
1 answer

Modifier keys in compose sequence

How is the syntax for .XCompose for sequences containing modifier keys? The manpage says (! MODIFIER ), but I did not manage to make it work. How is, e. g. the syntax for, let's say first AltGr and a, then b? I tried something like (! mod5)
Fabian
  • 91
  • 1
8
votes
2 answers

Is there a way to reload the .XCompose file in Fedora?

I am currently custumizing my .XCompose file in Fedora 29 Workstation (with the default GNOME 3, Wayland, etc). It seems that it does follow the rules I add to the ~/.XCompose file, but if I make changes to it then they are only noticed after I log…
hugomg
  • 5,543
  • 4
  • 35
  • 53
8
votes
2 answers

Validate ~/.XCompose

I'm working on creating my own compose key sequences in ~/.XCompose. As I add more and more sequences, occasionally I make typos or use the same sequence for different symbols. Examples: Typo / Non-Existent Codes :…
Socowi
  • 601
  • 5
  • 13
8
votes
1 answer

Where are default compose-key bindings stored?

I recently discovered the compose key. It's wonderful to type Compose-> and get a Unicode right-arrow (→). I know I can add my own, but where can I find a complete chart of the defaults? The largest list I could find is this one at freedesktop.org.…
7
votes
1 answer

Remapping Caps Lock to Compose

Because I now and then need to use scandinavian letters despite using US Dvorak as my layout, I would like to use Caps Lock as a compose key. (I don't need Caps Lock at all, I'm not a forum troll) How would one accomplish this? Using Linux Mint 17…
Jarmund
  • 1,068
  • 1
  • 8
  • 11
6
votes
3 answers

Fedora 25 doesn't allow me to set a Compose Key

On Fedora 24, setting a compose key was easy, the keyboard shortcuts setting was there to help. I upgraded to Fedora 25 and now that setting changed and I can't set a compose key anymore. Here is what it now looks like: Is there a way to set it…
SteeveDroz
  • 193
  • 1
  • 6
6
votes
0 answers

Chrome loses Compose sequences whose last character uses Shift

In Chrome 35.0.1916.153 or 36.0.1985.125, sometimes, my Compose key partially doesn't work. As far as I can tell, combinations whose last character uses the Shift key that don't work. For example, 'e→é and /=→≠ work but not 'E→É or ->→→. In this…
Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
1
2 3 4