dialect-app / dialect

A translation app for GNOME.
https://dialectapp.org/
GNU General Public License v3.0
597 stars 69 forks source link

Enter translation shortcut, interferes with IME #307

Open mchlnix opened 1 year ago

mchlnix commented 1 year ago

When trying to write Kanji, you would use an IME, meaning you type the word as you would say it, using latin letters and a little input box opens up, showing you possible matches in your desired language (for me, Japanese). Normally you would select one of the choices by hitting enter, but if enter is also set as the translation shortcut, then the key activation is swallowed and the IME input field stays open.

Ideally the IME would first get to input the selection into the text field, before the translation would be triggered. That could be difficult to ensure, though.