mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-25 04:02:02 +02:00
Add '₽' to Russian layout and to the Fn layer
Other currencies are moved on the Fn layer for consistency with the compose key.
This commit is contained in:
parent
d594242a53
commit
2d164ca64f
@ -21,7 +21,7 @@
|
|||||||
<key key0="п"/>
|
<key key0="п"/>
|
||||||
<key key0="р"/>
|
<key key0="р"/>
|
||||||
<key key0="о"/>
|
<key key0="о"/>
|
||||||
<key key0="л"/>
|
<key key0="л" key1="₽"/>
|
||||||
<key key0="д" key2="-" key3="_"/>
|
<key key0="д" key2="-" key3="_"/>
|
||||||
<key key0="ж" key2="=" key3="+"/>
|
<key key0="ж" key2="=" key3="+"/>
|
||||||
<key key0="э" key2="|" key3="\\"/>
|
<key key0="э" key2="|" key3="\\"/>
|
||||||
|
@ -242,9 +242,10 @@ class KeyModifier
|
|||||||
case 'r': return "₹";
|
case 'r': return "₹";
|
||||||
case 'y': return "¥";
|
case 'y': return "¥";
|
||||||
case 'c': return "¢";
|
case 'c': return "¢";
|
||||||
case 'p': return "₱";
|
case 'p': return "₽";
|
||||||
|
case 'b': return "₱";
|
||||||
case 'h': return "₴";
|
case 'h': return "₴";
|
||||||
case 'b': return "₿";
|
case 'z': return "₿";
|
||||||
case '€': case '£': return "removed"; // Avoid showing these twice
|
case '€': case '£': return "removed"; // Avoid showing these twice
|
||||||
// alternating greek letters
|
// alternating greek letters
|
||||||
case 'π': return "ϖ";
|
case 'π': return "ϖ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user