MarZab / FxKeyboard

A virtual keyboard for Firefox
https://addons.mozilla.org/firefox/addon/fxkeyboard/
GNU General Public License v3.0
11 stars 23 forks source link

Changing locale of virtual keyboard on fly #6

Closed NogaevPN closed 9 years ago

NogaevPN commented 12 years ago

Do you think it possible to realize switching locales on the fly? By pressing a button on virtual keyboard.

MarZab commented 12 years ago

Not within the current layout, no: http://stackoverflow.com/questions/9298369/locale-switching-only-for-extension

Maybe with the toolbar rewrite that is in planning, the locales would fit into a external file to keep the code DRY. Then switching would be easy.

divasoft commented 12 years ago

Hm... mb add manually locale into default locale file <vbox flex="1" id="fxKeyboardMainKeys" ></vbox > ... <vbox flex="1" id="fxKeyboardMainKeysOther" ></vbox >. and switch on press "locale" button.

MarZab commented 12 years ago

that would make the plugin unmanageable, il take another look into this issue through

MarZab commented 11 years ago

There has been some recent work done on this issue in the way mentioned by divasoft, there is a new branch here: https://github.com/MarZab/FxKeyboard/tree/multilayout but has a fixed layout and its rtl. Not closing this one quite yet.

MarZab commented 9 years ago

Version 3 has this integrated, closing this issue.