diff --git a/background.js b/background.js index 0994085..4555196 100644 --- a/background.js +++ b/background.js @@ -94,7 +94,9 @@ chrome.extension.onRequest.addListener(function(request, sender, sendResponse) { chrome.tabs.sendRequest(tab.id, "openUrlBar"); sendResponse({data: "ok" }); }); - } + } else if (request.method == "createTab") { + chrome.tabs.create({ url: request.url }); + } else { sendResponse({}); } diff --git a/buttons/Thumbs.db b/buttons/Thumbs.db deleted file mode 100644 index 7d5a63c..0000000 Binary files a/buttons/Thumbs.db and /dev/null differ diff --git a/icons/Thumbs.db b/icons/Thumbs.db deleted file mode 100644 index 9776ad2..0000000 Binary files a/icons/Thumbs.db and /dev/null differ diff --git a/keyboard.html b/keyboard.html index b4b3211..0d86a6b 100644 --- a/keyboard.html +++ b/keyboard.html @@ -33,7 +33,7 @@ 5 6 - - ( + ) @@ -42,7 +42,7 @@ - +
2 3 +)(
@@ -51,7 +51,7 @@ - +
. * $EnterEnter
@@ -82,7 +82,7 @@ ) ( / - + ^ 1 2 3 @@ -97,23 +97,23 @@ @ " * - + ~ 4 5 6 - + ? ! ' - } + _ < > - - - 7 + ` + 7 8 9 @@ -127,7 +127,7 @@ # , + - + % 0 . @@ -135,4 +135,4 @@ - + \ No newline at end of file diff --git a/keyboard_it.html b/keyboard_it.html new file mode 100644 index 0000000..64ef1a4 --- /dev/null +++ b/keyboard_it.html @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
qwertyuiopBackspace
+ + + + + + + + + + + + + + + + +
asdfghjkl'Enter
+ + + + + + + + + + + + + + + + + + +
zxcvbnm,.?@URL
+ + + + + + + + +
&123
diff --git a/manifest.json b/manifest.json index 04bd59e..c2b3701 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,7 @@ "keyboard_en.html", "keyboard_ru.html", "style.css", - "options.js", + "options/*", "toggle.html", "toggle.js", "icons/*", diff --git a/options.html b/options.html index 2f05515..7bfa35f 100644 --- a/options.html +++ b/options.html @@ -1,281 +1,118 @@ - - -Virtual Keyboard Settings - - + + + Virtual Keyboard Settings + + -
- -
-

Keyboard Layout

- - - - - - - - - - - -
Available Layouts:Chosen Layouts:
- - -
- -
- -
-
-

Behaviour

- - - - -
- -
- - +

Virtual Keyboard Settings

+
+ +
+

Keyboard Layout

+ + + + + + + + + + + +
Available Layouts:Chosen Layouts:
+ + + +
+ +
+ +
+
+

Behaviour

+ + + + +
+ +
+ + +
+

User Interface (UI)

+ + + + + +
+