On Mon, Jan 2, 2012 at 10:57 AM, Andre Majorel <aym-...@teaser.fr> wrote:

> Is there is a way to have a dead key output itself and the next
> key if there is no valid combination ?
>
> E.G. with [^] mapped to dead_circumflex, have [^][a] output "â"
> but [^][b] output "^b" instead of nothing.
>
>
I think this would require to change the source code and recompile.
You would either do this at the Xorg level (recompile Xorg) or the GTK+
level (assuming you use the GNOME desktop environment, which replicates the
Xorg functionality; recompile gtk+).
For GNOME, you would need to make changes around
http://git.gnome.org/browse/gtk+/tree/gtk/gtkimcontextsimple.c#n711

There might be an easier workaround if you can give a description of what
you are trying to achieve.
For example, if you want to write a language that has a ^ over b, then you
can use combining diacritics
and write b̂ (b + 0x302).

Simos
_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Reply via email to