pontoon icon indicating copy to clipboard operation
pontoon copied to clipboard

Add virtual keyboard with special characters to the editor, customizable per locale

Open bugzilla-to-github opened this issue 8 years ago • 6 comments

This issue was created automatically by a script.

Bug 1350542

Bug Reporter: @meskobalazs CC: @alex-mayorga, [email protected], [email protected], @flodolo, @guerojeff, @mathjazz, [email protected], @milupo, [email protected], @TheoChevalier

Created attachment 8851217 Képernyőkép erről: 2017-03-25 12-16-05.png

User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Build ID: 20170310133403

Expected results:

Pootle has an option, to create a set of shortcuts for common special characters per locale. This is especially useful on OS-es other than Linux, as e.g. creating Hungarian quotes is quite painful. It would be great if Pontoon had something similar.

Attached screenshot just to be sure.

bugzilla-to-github avatar Mar 24 '17 21:03 bugzilla-to-github

Comment Author: @mathjazz

*** Bug #1354467 has been marked as a duplicate of this bug. ***

bugzilla-to-github avatar Apr 06 '17 18:04 bugzilla-to-github

Comment Author: @flodolo

*** Bug #1389785 has been marked as a duplicate of this bug. ***

bugzilla-to-github avatar Aug 13 '17 02:08 bugzilla-to-github

Comment Author: @flodolo

(not sure why an unconfirmed bug is p2)

bugzilla-to-github avatar Aug 13 '17 02:08 bugzilla-to-github

Comment Author: @guerojeff

A good example of a use case is with the Guarani letter 'G̃/g̃' which is not a precomposed letter in Unicode and not part of virtual keyboards for Guarani (if any such keyboards exist) https://en.wikipedia.org/wiki/Guarani_language#Writing_system

bugzilla-to-github avatar Aug 13 '17 02:08 bugzilla-to-github

Comment Author: @mathjazz

In Q3 we'll be rewriting the frontend code of the translate page.

Let's postpone this feature until we're done with the rewrite.

bugzilla-to-github avatar Jul 05 '18 08:07 bugzilla-to-github

Comment Author: Balázs Meskó <[email protected]>

Just for the record, if someone stumbles on this bug with a similar issue. My current workaround is using AutoHotKey, and it's quite a good solution, as it works everywhere. This is my AHK script:

^!Z::
Send, –
return
^!O::
Send, „
return
^!P::
Send, ”
return
^!T::
Send, …
return

AltGr+O and AltGr+P prints Hungarian quotation marks, AltGr+Z prints an en dash (we don't use em dashes), and AltGr+T prints the triple dot (which is now mostly redundant in Pontoon).

bugzilla-to-github avatar Aug 03 '20 20:08 bugzilla-to-github