diff options
author | 2011-04-26 14:27:35 +0900 | |
---|---|---|
committer | 2011-04-27 15:21:06 +0900 | |
commit | 717cef79ead5d63a01d09b47caab0a3d719c69df (patch) | |
tree | 55b96b8092bb163136f634fb2b1e297164cdc69f /java/res/xml/kbd_symbols.xml | |
parent | 1123bcaf2e371fe99703e54a2716e4329016aec4 (diff) | |
download | latinime-717cef79ead5d63a01d09b47caab0a3d719c69df.tar.gz latinime-717cef79ead5d63a01d09b47caab0a3d719c69df.tar.xz latinime-717cef79ead5d63a01d09b47caab0a3d719c69df.zip |
Fix quotation marks
This change
* Allows snap back from symbols shifted to symbol layout.
* Add "left single", "right single", "single low" and "single high
reversed" quotation marks to popup characters of "single quote".
* Add "double low" and "double high reversed" quatation marks to popup
characters of "double quote".
* Add "prime" and "double prime" to popup characters of "degree".
* Disable non-ASCII key of symbol more layout on passowrd input.
Bug: 4345054
Bug: 4347045
Change-Id: I8168ce6a74a9536e4966f7f9d1099ac0132925c7
Diffstat (limited to 'java/res/xml/kbd_symbols.xml')
-rw-r--r-- | java/res/xml/kbd_symbols.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/java/res/xml/kbd_symbols.xml b/java/res/xml/kbd_symbols.xml index 0b8b89969..9748bce8b 100644 --- a/java/res/xml/kbd_symbols.xml +++ b/java/res/xml/kbd_symbols.xml @@ -105,12 +105,14 @@ <Key latin:keyLabel="!" latin:popupCharacters="¡" /> + <!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. --> <Key latin:keyLabel=""" - latin:popupCharacters="“,”,«,»,˝" /> + latin:popupCharacters="“,”,„,‟,«,»" + latin:maxPopupKeyboardColumn="6" /> <Key latin:keyLabel="\'" - latin:popupCharacters="‘,’" /> + latin:popupCharacters="‘,’,‚,‛,´" /> <Key latin:keyLabel=":" /> <Key |