VKEYBD: Repair the apostrophe key in the virtual keyboard
The `target` and `name` attributes for this key didn't use the same character, so they never matched and the key had no effect.
This commit is contained in:
parent
eacd30cceb
commit
4be173fc49
4 changed files with 6 additions and 6 deletions
Binary file not shown.
|
@ -73,7 +73,7 @@
|
|||
<area shape="rect" coords="264,67,282,86" target="]" />
|
||||
<area shape="rect" coords="284,68,309,86" target="#" />
|
||||
<area shape="rect" coords="231,88,249,106" target=";" />
|
||||
<area shape="rect" coords="251,89,269,107" target="’" />
|
||||
<area shape="rect" coords="251,89,269,107" target="'" />
|
||||
<area shape="rect" coords="202,110,219,128" target="," />
|
||||
<area shape="rect" coords="223,110,241,128" target="." />
|
||||
<area shape="rect" coords="243,110,261,128" target="/" />
|
||||
|
@ -151,7 +151,7 @@
|
|||
<area shape="rect" coords="529,135,565,173" target="]" />
|
||||
<area shape="rect" coords="569,136,620,172" target="#" />
|
||||
<area shape="rect" coords="462,177,498,214" target=";" />
|
||||
<area shape="rect" coords="503,178,539,214" target="’" />
|
||||
<area shape="rect" coords="503,178,539,214" target="'" />
|
||||
<area shape="rect" coords="405,220,440,256" target="," />
|
||||
<area shape="rect" coords="447,220,483,256" target="." />
|
||||
<area shape="rect" coords="487,220,524,256" target="/" />
|
||||
|
@ -307,7 +307,7 @@
|
|||
<area shape="rect" coords="264,67,282,86" target="]" />
|
||||
<area shape="rect" coords="284,68,309,86" target="#" />
|
||||
<area shape="rect" coords="231,88,249,106" target=";" />
|
||||
<area shape="rect" coords="251,89,269,107" target="’" />
|
||||
<area shape="rect" coords="251,89,269,107" target="'" />
|
||||
<area shape="rect" coords="202,110,219,128" target="," />
|
||||
<area shape="rect" coords="223,110,241,128" target="." />
|
||||
<area shape="rect" coords="243,110,261,128" target="/" />
|
||||
|
@ -385,7 +385,7 @@
|
|||
<area shape="rect" coords="529,135,565,173" target="]" />
|
||||
<area shape="rect" coords="569,136,620,172" target="#" />
|
||||
<area shape="rect" coords="462,177,498,214" target=";" />
|
||||
<area shape="rect" coords="503,178,539,214" target="’" />
|
||||
<area shape="rect" coords="503,178,539,214" target="'" />
|
||||
<area shape="rect" coords="405,220,440,256" target="," />
|
||||
<area shape="rect" coords="447,220,483,256" target="." />
|
||||
<area shape="rect" coords="487,220,524,256" target="/" />
|
||||
|
|
Binary file not shown.
|
@ -73,7 +73,7 @@
|
|||
<area shape="rect" coords="264,67,282,86" target="]" />
|
||||
<area shape="rect" coords="284,68,309,86" target="#" />
|
||||
<area shape="rect" coords="231,88,249,106" target=";" />
|
||||
<area shape="rect" coords="251,89,269,107" target="’" />
|
||||
<area shape="rect" coords="251,89,269,107" target="'" />
|
||||
<area shape="rect" coords="202,110,219,128" target="," />
|
||||
<area shape="rect" coords="223,110,241,128" target="." />
|
||||
<area shape="rect" coords="243,110,261,128" target="/" />
|
||||
|
@ -229,7 +229,7 @@
|
|||
<area shape="rect" coords="264,67,282,86" target="]" />
|
||||
<area shape="rect" coords="284,68,309,86" target="#" />
|
||||
<area shape="rect" coords="231,88,249,106" target=";" />
|
||||
<area shape="rect" coords="251,89,269,107" target="’" />
|
||||
<area shape="rect" coords="251,89,269,107" target="'" />
|
||||
<area shape="rect" coords="202,110,219,128" target="," />
|
||||
<area shape="rect" coords="223,110,241,128" target="." />
|
||||
<area shape="rect" coords="243,110,261,128" target="/" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue