On 05/21/2010 05:03 AM, [email protected] wrote:
Hello LyX-users,
how can I create a shortcut for "strong s"->'ß' (on a MacBook with US keyboard)?
The integrated Mac-solution (ALT s) is overlaid by LyX-shortcut.
I want to define my own shortcut like: "ALT S S" "text-insert \ß", but "text-insert"
isn't a valid command and "\ß" is probably a mistake also.
Can you help me please?
unicode-insert is valid, and in your case you want:
unicode-insert 0x00DF
self-insert also works, with the character itself:
self-insert ß
Either way.
rh