Add Bitcoin symbol to Fn+b (#434)

This commit is contained in:
Eluc 2023-08-18 12:14:20 +02:00 committed by GitHub
parent 5123ce5417
commit 6cb6f2541b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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="û"/>

View File

@ -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 "ϖ";