Skip to content

Commit

Permalink
Add the compose key on alternate layouts
Browse files Browse the repository at this point in the history
Though it is not useful in the greek-math layout, it could give ideas
for new sequences.
  • Loading branch information
Julow committed Feb 17, 2024
1 parent 146d520 commit ae270b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/xml/greekmath.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<key width="1.2" key0="fn"/>
<key width="2.8" key0="space" key1="superscript" key3="subscript"/>
<key width="1.2" key0="0" key2="."/>
<key width="1.2" key7="up" key6="right" key5="left" key8="down"/>
<key width="1.2" key0="compose" key7="up" key6="right" key5="left" key8="down"/>
<key width="1.2" key0="enter" key1="=" key2="action"/>
</row>
</keyboard>
2 changes: 1 addition & 1 deletion res/xml/numeric.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<key width="1.5" key0="switch_text" key2="ctrl"/>
<key width="1.5" key0="0" key3="f11_placeholder" key4="f12_placeholder"/>
<key width="0.75" key0="." key1=":" key2="," key3=";"/>
<key width="0.75" key0="space" key1="&quot;" key2="'" key4="_"/>
<key width="0.75" key0="space" key1="&quot;" key2="'" key3="compose" key4="_"/>
<key width="1.5" key0="enter" key1="±" key2="action" key3="="/>
</row>
</keyboard>

0 comments on commit ae270b3

Please sign in to comment.