Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

diacritical marks - what is the keyboard shortcut?

1 view
Skip to first unread message

stokrota

unread,
Apr 2, 2006, 7:28:46 AM4/2/06
to
Sorry if this question is too trifling, but... what is the keyboard
shortcut to get national characters (diacritical marks) under Solaris?

The Windows scheme: ALT-<some_character> does not work.

The locale seems to be set correctly.

Thanks for any help.

Greetings,
Tomek.

lafros

unread,
Apr 2, 2006, 10:39:31 AM4/2/06
to
See /usr/openwin/include/X11/Suncompose.h [ref: look up 'special
characters' in OpenOffice help]

The above file contains the sequences of keys to press in order to get
the various characters, e.g. compose, *, a to produce å.

To make a particular key--here the one with keycode 113--behave as the
compose key:

$ xmodmap -e "keycode 113 = Multi_key"

Put this in your ~/.dtprofile.

To get the keycodes, run /usr/openwin/demo/xev!

David J. Dachtera

unread,
Apr 8, 2006, 1:41:47 PM4/8/06
to

Is there a "default" compose key? (Think: PC keyboard, 101-key or
later).

--
David J Dachtera
dba DJE Systems
http://www.djesys.com/

Unofficial OpenVMS Marketing Home Page
http://www.djesys.com/vms/market/

Unofficial Affordable OpenVMS Home Page:
http://www.djesys.com/vms/soho/

Unofficial OpenVMS-IA32 Home Page:
http://www.djesys.com/vms/ia32/

Unofficial OpenVMS Hobbyist Support Page:
http://www.djesys.com/vms/support/

Andrew Gabriel

unread,
Apr 8, 2006, 2:19:47 PM4/8/06
to
In article <4437F5DB...@neoasrptahmlnionwk.net>,

"David J. Dachtera" <djesys...@NeOaSrPtAhMlNiOnWk.net> writes:
> lafros wrote:
>>
>> See /usr/openwin/include/X11/Suncompose.h [ref: look up 'special
>> characters' in OpenOffice help]
>>
>> The above file contains the sequences of keys to press in order to get
>> the various characters, e.g. compose, *, a to produce å.
>>
>> To make a particular key--here the one with keycode 113--behave as the
>> compose key:
>>
>> $ xmodmap -e "keycode 113 = Multi_key"
>>
>> Put this in your ~/.dtprofile.
>>
>> To get the keycodes, run /usr/openwin/demo/xev!
>
> Is there a "default" compose key? (Think: PC keyboard, 101-key or
> later).

Yes, Alt and Alt-Gr (either side of space bar on UK keyboard)
pressed together.

--
Andrew Gabriel

0 new messages