mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-03-13 10:00:07 +01:00
Add different quotation marks to popup
This commit is contained in:
parent
e62cc90c98
commit
e5ff45de7a
@ -42,8 +42,14 @@
|
||||
app:keyLabel="=\\<"
|
||||
app:keyWidth="15%p" />
|
||||
<Key app:keyLabel="!" />
|
||||
<Key app:keyLabel=""" />
|
||||
<Key app:keyLabel="\'" />
|
||||
<Key
|
||||
app:keyLabel="""
|
||||
app:popupCharacters="“”„‟«»"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template" />
|
||||
<Key
|
||||
app:keyLabel="\'"
|
||||
app:popupCharacters="‘’‚‛‹›"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template" />
|
||||
<Key app:keyLabel=":" />
|
||||
<Key app:keyLabel=";" />
|
||||
<Key app:keyLabel="/" />
|
||||
|
@ -39,8 +39,14 @@
|
||||
app:keyLabel="\?123"
|
||||
app:keyWidth="15%p" />
|
||||
<Key app:keyLabel="¡" />
|
||||
<Key app:keyLabel="<" />
|
||||
<Key app:keyLabel=">" />
|
||||
<Key
|
||||
app:keyLabel="<"
|
||||
app:popupCharacters="‹«"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template" />
|
||||
<Key
|
||||
app:keyLabel=">"
|
||||
app:popupCharacters="›»"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template" />
|
||||
<Key app:keyLabel="¢" />
|
||||
<Key app:keyLabel="|" />
|
||||
<Key app:keyLabel="\\" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user