forked from extern/Unexpected-Keyboard
Add Bitcoin symbol to Fn+b (#434)
This commit is contained in:
parent
5123ce5417
commit
6cb6f2541b
@ -15,7 +15,7 @@
|
||||
<key key0="è" key2="ü" key3="!"/>
|
||||
</row>
|
||||
<row>
|
||||
<key key0="a" key1= "æ" key2="tab"/>
|
||||
<key key0="a" key1="æ" key2="tab"/>
|
||||
<key key0="s" key1="`" key3="ß" key4="£"/>
|
||||
<key key0="d"/>
|
||||
<key key0="f" key1="~"/>
|
||||
@ -33,7 +33,7 @@
|
||||
<key key0="x"/>
|
||||
<key key0="c" key3="ç"/>
|
||||
<key key0="v"/>
|
||||
<key key0="b" key1=";" key3="," key4="₿"/>
|
||||
<key key0="b" key1=";" key3=","/>
|
||||
<key key0="n" key1=":" key3="."/>
|
||||
<key key0="m" key1="_" key3="-"/>
|
||||
<key key0="ê" key1="â" key2="î" key3="ô" key4="û"/>
|
||||
|
@ -260,6 +260,7 @@ class KeyModifier
|
||||
case 'c': return "¢";
|
||||
case 'p': return "₱";
|
||||
case 'h': return "₴";
|
||||
case 'b': return "₿";
|
||||
case '€': case '£': return "removed"; // Avoid showing these twice
|
||||
// alternating greek letters
|
||||
case 'π': return "ϖ";
|
||||
|
Loading…
Reference in New Issue
Block a user