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

Is it possibible to insert Home or Back keys? #14

Closed giusfam closed 9 years ago

giusfam commented 9 years ago

Hello. Great work and great keyboard. It would be useful to have a Home and a Back key, in kiosk mode, to exit pdf preview in Firefox, as an example. Is there a way to do it?

MarZab commented 9 years ago

Sure, just add a new button to https://github.com/MarZab/FxKeyboard/blob/master/src/chrome/locale/en-US/overlay.xul and use BrowserBack() and BrowserGoHome()

<button oncommand="BrowserBack();">
giusfam commented 9 years ago

Thank you very much!