Comment 4 for bug 1233578

Revision history for this message
Yaron (sh-yaron) wrote :

I was thinking about overloading another character on this button:

CharKey { id: dotKey; label: "."; shifted: "."; extended: ["?", "!"]; extendedShifted: ["?", "!"]; anchors.right: enterKey.left; }

http://www.fileformat.info/info/unicode/char/5be/index.htm

CharKey { id: dotKey; label: "."; shifted: "."; extended: ["?", "!","־"]; extendedShifted: ["?", "!","־"]; anchors.right: enterKey.left; }

Do you think it would be possible?

Kind regards,
Yaron Shahrabani.