Skip to content

Commit 7c708e0

Browse files
sanjaytripathiLikitha Shetty
authored andcommitted
CLOUDSTACK-2909: Fix for EN-US keys. Keys are ' and "
1 parent d95e3da commit 7c708e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

services/console-proxy/server/js/ajaxkeys.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ KEYBOARD_TYPE_UK = "uk";
169169

170170
var keyboardTables = [
171171
{tindex: 0, keyboardType: KEYBOARD_TYPE_COOKED, mappingTable:
172-
{X11: [ {keycode: 222, entry: X11_KEY_CIRCUMFLEX_ACCENT},
173-
{keycode: 220, entry: X11_KEY_YEN_MARK},
172+
{X11: [ {keycode: 220, entry: X11_KEY_YEN_MARK},
174173
{keycode: 186, entry: X11_KEY_COLON, browser: "Chrome"},
175174
{keycode: 226, entry: X11_KEY_REVERSE_SOLIUS},
176175

0 commit comments

Comments
 (0)