MorphOS Developer
Posts: 3106 from 2003/3/5
From: Canada
The only place you can do this is in Flow Studio.
Create a lua script in SYS:Applications/FlowStudio/Scripts, name it InsertInvertedQuotationMark.lua or so and paste
Code:
require('flowstudio')
editor:AddText("„")
Do make sure you have UTF-8 enabled in Flow Studio, it's in the Document menu. Afterwards, open Editor Settings, go to the Scripts tab and add the script you've created. Give it a hotkey.
Let me know if you run into trouble - I've just tested this out here so it definitely works.