mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2909: Fix for ; and : keys for IE and chrome.
This commit is contained in:
parent
9895d01a53
commit
86d2e8bdae
|
|
@ -170,7 +170,6 @@ KEYBOARD_TYPE_UK = "uk";
|
|||
var keyboardTables = [
|
||||
{tindex: 0, keyboardType: KEYBOARD_TYPE_COOKED, mappingTable:
|
||||
{X11: [ {keycode: 220, entry: X11_KEY_YEN_MARK},
|
||||
{keycode: 186, entry: X11_KEY_COLON, browser: "Chrome"},
|
||||
{keycode: 226, entry: X11_KEY_REVERSE_SOLIUS},
|
||||
|
||||
{keycode: 240, entry: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue