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:
Jules Aguillon 2023-10-21 11:56:56 +02:00
parent d594242a53
commit 2d164ca64f
2 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,7 @@
<key key0="п"/>
<key key0="р"/>
<key key0="о"/>
<key key0="л"/>
<key key0="л" key1="₽"/>
<key key0="д" key2="-" key3="_"/>
<key key0="ж" key2="=" key3="+"/>
<key key0="э" key2="|" key3="\\"/>

View File

@ -242,9 +242,10 @@ class KeyModifier
case 'r': return "";
case 'y': return "¥";
case 'c': return "¢";
case 'p': return "";
case 'p': return "";
case 'b': return "";
case 'h': return "";
case 'b': return "";
case 'z': return "";
case '€': case '£': return "removed"; // Avoid showing these twice
// alternating greek letters
case 'π': return "ϖ";