Skip to content

Commit

Permalink
Fix macOS numpad decimal key not working
Browse files Browse the repository at this point in the history
Resolves #2.
  • Loading branch information
ruohola committed Feb 12, 2025
1 parent 93119b7 commit 3407983
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Finner.keylayout
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<key code="51" output="&#x0008;"/>
<key code="53" output="&#x001B;"/>
<key code="64" output="&#x0010;"/>
<key code="65" output=""/>
<key code="65" output=","/>
<key code="66" output="&#x001D;"/>
<key code="67" output="*"/>
<key code="69" output="+"/>
Expand Down Expand Up @@ -194,7 +194,7 @@
<key code="51" output="&#x0008;"/>
<key code="53" output="&#x001B;"/>
<key code="64" output="&#x0010;"/>
<key code="65" output=""/>
<key code="65" output="."/>
<key code="66" output="&#x001D;"/>
<key code="67" output="*"/>
<key code="69" output="+"/>
Expand Down Expand Up @@ -300,7 +300,7 @@
<key code="51" output="&#x0008;"/>
<key code="53" output="&#x001B;"/>
<key code="64" output="&#x0010;"/>
<key code="65" output=""/>
<key code="65" output=","/>
<key code="66" output="&#x001D;"/>
<key code="67" output=""/>
<key code="69" output=""/>
Expand Down Expand Up @@ -406,7 +406,7 @@
<key code="51" output="&#x0008;"/>
<key code="53" output="&#x001B;"/>
<key code="64" output="&#x0010;"/>
<key code="65" output=""/>
<key code="65" output="."/>
<key code="66" output="&#x001D;"/>
<key code="67" output=""/>
<key code="69" output=""/>
Expand Down Expand Up @@ -512,6 +512,7 @@
<key code="51" output="&#x0008;"/>
<key code="53" output="&#x001B;"/>
<key code="64" output="&#x0010;"/>
<key code="65" output=","/>
<key code="66" output="&#x001D;"/>
<key code="67" output="*"/>
<key code="69" output="+"/>
Expand Down Expand Up @@ -617,7 +618,7 @@
<key code="51" output="&#x0008;"/>
<key code="53" output="&#x001B;"/>
<key code="64" output="&#x0010;"/>
<key code="65" output=""/>
<key code="65" output=","/>
<key code="66" output="&#x001D;"/>
<key code="67" output=""/>
<key code="69" output=""/>
Expand Down Expand Up @@ -723,6 +724,7 @@
<key code="51" output="&#x0008;"/>
<key code="53" output="&#x001B;"/>
<key code="64" output="&#x0010;"/>
<key code="65" output=","/>
<key code="66" output="&#x001D;"/>
<key code="70" output="&#x001C;"/>
<key code="71" output="&#x001B;"/>
Expand Down Expand Up @@ -813,6 +815,7 @@
<key code="51" output="&#x0008;"/>
<key code="53" output="&#x001B;"/>
<key code="64" output="&#x0010;"/>
<key code="65" output="."/>
<key code="66" output="&#x001D;"/>
<key code="67" output="*"/>
<key code="69" output="+"/>
Expand Down

0 comments on commit 3407983

Please sign in to comment.