forked from MarZab/FxKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (32 loc) · 1.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
FxKeyboard - A virtual keyboard for Firefox
==================================================
A handy Firefox virtual keyboard for touchscreen use.
By Marko Zabreznik © since 2008, GPL 3
Firefox Addon url: https://addons.mozilla.org/firefox/addon/fxkeyboard/
Features
--------------------------------------
- Auto-Close
- Works on XUL (url, search field, etc..)
- Numbers and Special simbols with capslock
- Locales
- Works on Fullscreen
- DOES NOT WORK WITH PLUGINS (Flash etc.)
Settings (via about:config)
--------------------------------------
- *extensions.fxkeyboard.keep_open* dissable auto close
- *extensions.fxkeyboard.repeat_all* make all keys repeat if long pressed
- *extensions.fxkeyboard.button_height* set the button height
- *extensions.fxkeyboard.button_font* set the font of the buttons, needs a restart
Locales
--------------------------------------
Currently supported locales
- en-US
- de-DE
- de-AT
- sl-SI
- hr-HR
- ru-RU
- it-IT
- pl-PL
- fr-FR
For missing locales, edit src/chrome/locale/en-US/overlay.xul and open a Issue.