rawles / edit.tf

An in-browser editor for teletext frames.
http://edit.tf/
GNU General Public License v3.0
92 stars 19 forks source link

Partial fix for #9. Swedish chars plus dead key input method #46

Closed moonhouse closed 8 years ago

moonhouse commented 8 years ago

Swedish support for issue #9 including dead key support.

da74f28 should be straight forward to add.

21a751a contains my experimental support for entering characters requiring where you first press a "dead key" followed by a letter. (In this case "¨" + "u" to get "ü" and "´" + "e" to get "é".) This adds a global variable and also adds an parameter to the keymap function so one might want to be more careful to add that one.

rawles commented 8 years ago

Thanks for this contribution. Sorry it took me a while to merge!