mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-28 18:23:16 +01:00
layouts/latn_bone.xml: even better bone
- use number row to unclutter rest of keyboard - use modmap for special shift functions of bone layout - add missing loc characters - use standard bottom bar - add diacritics from the 3 dead key keys on bone - 2 small keys left and right of the number row (don't fit all 6 diacritics, so they leak onto the number keys) - row 1 is full too, so the dead keys from the left of that row leak onto the keys there as well open questions: - should bone rely on the math layer or use modmap? - possibility to combine diacritics?
This commit is contained in:
parent
0c0ffbdc3a
commit
f1c1970104
@ -1,27 +1,92 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- https://neo-layout.org/Layouts/bone/ -->
|
<!-- https://neo-layout.org/Layouts/bone/ -->
|
||||||
<keyboard name="Bone" bottom_row="false" script="latin">
|
<keyboard name="Bone" script="latin">
|
||||||
<!-- first row + characters from number row:
|
<modmap>
|
||||||
jduaxphlmwß
|
<!-- shift on number row:
|
||||||
…_[]^!<>=&ſ
|
1234567890 -> °§ℓ»«$€„“”
|
||||||
°§ℓ»«$€„“”—
|
-->
|
||||||
›‹¢¥‚‘’
|
<shift a="1" b="°"/>
|
||||||
|
<shift a="2" b="§"/>
|
||||||
|
<shift a="3" b="ℓ"/>
|
||||||
|
<shift a="4" b="»"/>
|
||||||
|
<shift a="5" b="«"/>
|
||||||
|
<shift a="6" b="$"/>
|
||||||
|
<shift a="7" b="€"/>
|
||||||
|
<shift a="8" b="„"/>
|
||||||
|
<shift a="9" b="“"/>
|
||||||
|
<shift a="0" b="”"/>
|
||||||
|
|
||||||
|
<!-- shift on bottom row:
|
||||||
|
,. -> –•
|
||||||
|
-->
|
||||||
|
<shift a="," b="–"/>
|
||||||
|
<shift a="." b="•"/>
|
||||||
|
</modmap>
|
||||||
|
<!-- number row:
|
||||||
|
left of numbers:
|
||||||
|
accent_circonflexe/superscript
|
||||||
|
accent_caron/subscript
|
||||||
|
↻
|
||||||
|
accent_dot_above
|
||||||
|
accent_hook_above/accent_horn
|
||||||
|
accent_dot_below
|
||||||
|
numbers:
|
||||||
|
1234567890
|
||||||
|
°§ℓ»«$€„“” -> shift modmap
|
||||||
|
¹²³›‹¢¥‚‘’
|
||||||
|
₁₂₃♀♂⚥ϰ⟨⟩₀v
|
||||||
|
|
||||||
|
right of numbers:
|
||||||
|
accent_grave
|
||||||
|
accent_cedille/accent_ogonek
|
||||||
|
accent_ring
|
||||||
|
accent_trema
|
||||||
|
accent_rough_breathing (not implemented yet)
|
||||||
|
accent_macron/accent_macron_below (not implemented yet)
|
||||||
-->
|
-->
|
||||||
<row>
|
<row>
|
||||||
<!--left side-->
|
<!--left side-->
|
||||||
<key key0="j" se="…" ne="°" nw="loc esc"/>
|
<key width="0.5" key0="loc accent_circonflexe" nw="superscript"/>
|
||||||
<key key0="d" se="_" ne="§"/>
|
<key key0="1" ne="¹" se="₁" nw="loc accent_caron" n="subscript"/>
|
||||||
<key key0="u" se="[" ne="ℓ"/>
|
<key key0="2" ne="²" se="₂" nw="↻"/>
|
||||||
<key key0="a" se="]" ne="»" nw="›"/>
|
<key key0="3" ne="³" se="₃" nw="loc accent_dot_above"/>
|
||||||
<key key0="x" se="^" ne="«" nw="‹"/>
|
<key key0="4" ne="›" se="♀" nw="loc accent_hook_above" n="loc accent_horn"/>
|
||||||
<!--middle-->
|
<key key0="5" ne="‹" se="♂" nw="loc accent_dot_below"/>
|
||||||
<key key0="p" s="!" n="¢"/>
|
|
||||||
<!--right side-->
|
<!--right side-->
|
||||||
<key key0="h" sw="<" nw="€" ne="¥" se="7"/>
|
<key key0="6" nw="¢" sw="⚥" ne="loc accent_macron"/>
|
||||||
<key key0="l" sw=">" nw="„" ne="‚" se="8"/>
|
<key key0="7" nw="¥" sw="ϰ"/>
|
||||||
<key key0="m" sw="=" nw="“" ne="‘" se="9"/>
|
<key key0="8" nw="‚" sw="⟨" ne="loc accent_trema"/>
|
||||||
<key key0="w" sw="&" nw="”" ne="’"/>
|
<key key0="9" nw="‘" sw="⟩" ne="loc accent_ring"/>
|
||||||
<key key0="ß" sw="ſ" nw="—"/>
|
<key key0="0" nw="’" sw="₀" ne="loc accent_cedille" n="loc accent_ogonek"/>
|
||||||
|
<key width="0.5" key0="loc accent_grave"/>
|
||||||
|
</row>
|
||||||
|
<!-- first row:
|
||||||
|
jduaxphlmwß
|
||||||
|
…_[]^!<>=&ſ
|
||||||
|
|
||||||
|
from the accent key on this row:
|
||||||
|
accent_aigu
|
||||||
|
accent_tilde
|
||||||
|
accent_double_aigu
|
||||||
|
accent_slash/accent_bar
|
||||||
|
accent_smooth_breathing (not implemented yet)
|
||||||
|
accent_breve
|
||||||
|
-->
|
||||||
|
<row>
|
||||||
|
<!--left side-->
|
||||||
|
<key key0="j" se="…" n="loc esc"/>
|
||||||
|
<key key0="d" se="_"/>
|
||||||
|
<key key0="u" se="["/>
|
||||||
|
<key key0="a" se="]"/>
|
||||||
|
<key key0="x" se="^"/>
|
||||||
|
<!--center-->
|
||||||
|
<key key0="p" s="!" ne="loc accent_breve"/>
|
||||||
|
<!--right side-->
|
||||||
|
<key key0="h" sw="<"/>
|
||||||
|
<key key0="l" sw=">" ne="loc accent_double_aigu"/>
|
||||||
|
<key key0="m" sw="=" ne="loc accent_slash" n="loc accent_bar"/>
|
||||||
|
<key key0="w" sw="&" ne="loc accent_tilde"/>
|
||||||
|
<key key0="ß" sw="ſ" n="loc accent_aigu"/>
|
||||||
</row>
|
</row>
|
||||||
<!--second row:
|
<!--second row:
|
||||||
ctieobnrsgq
|
ctieobnrsgq
|
||||||
@ -34,12 +99,12 @@
|
|||||||
<key key0="i" se="{"/>
|
<key key0="i" se="{"/>
|
||||||
<key key0="e" se="}"/>
|
<key key0="e" se="}"/>
|
||||||
<key key0="o" se="*"/>
|
<key key0="o" se="*"/>
|
||||||
<!--middle-->
|
<!--center-->
|
||||||
<key key0="b" s="\?"/>
|
<key key0="b" s="\?"/>
|
||||||
<!--right side-->
|
<!--right side-->
|
||||||
<key key0="n" sw="(" se="4"/>
|
<key key0="n" sw="("/>
|
||||||
<key key0="r" sw=")" se="5"/>
|
<key key0="r" sw=")"/>
|
||||||
<key key0="s" sw="-" se="6"/>
|
<key key0="s" sw="-"/>
|
||||||
<key key0="g" sw=":"/>
|
<key key0="g" sw=":"/>
|
||||||
<key key0="q" sw="\@"/>
|
<key key0="q" sw="\@"/>
|
||||||
</row>
|
</row>
|
||||||
@ -49,24 +114,18 @@
|
|||||||
-->
|
-->
|
||||||
<row>
|
<row>
|
||||||
<!--left side-->
|
<!--left side-->
|
||||||
<key width="1.5" key0="shift" se="\#"/>
|
<key width="1.5" key0="shift"
|
||||||
|
se="\#"/>
|
||||||
<key key0="f" se="$"/>
|
<key key0="f" se="$"/>
|
||||||
<key key0="v" se="|"/>
|
<key key0="v" se="|"/>
|
||||||
<key key0="ü" se="~"/>
|
<key key0="ü" se="~"/>
|
||||||
<key key0="ä" se="`"/>
|
<key key0="ä" se="`"/>
|
||||||
<!--right side-->
|
<!--right side-->
|
||||||
<key key0="ö" sw="+"/>
|
<key key0="ö" sw="+"/>
|
||||||
<key key0="y" sw="%" se="1"/>
|
<key key0="y" sw="%"/>
|
||||||
<key key0="z" sw="," nw=""" se="2"/>
|
<key key0="z" sw="," nw="""/>
|
||||||
<key key0="k" sw="." nw="'" se="3"/>
|
<key key0="k" sw="." nw="'"/>
|
||||||
<key width="1.5" key0="backspace" sw=";" nw="delete"/>
|
<key width="1.5" key0="backspace"
|
||||||
</row>
|
sw=";" nw="delete"/>
|
||||||
<!--bottom row-->
|
|
||||||
<row height="0.95">
|
|
||||||
<key width="1.8" key0="ctrl" nw="loc switch_greekmath" ne="loc meta" se="switch_numeric"/>
|
|
||||||
<key width="1.2" key0="fn" nw="loc alt" ne="loc change_method" sw="switch_emoji" se="config"/>
|
|
||||||
<key width="5" key0="space" w="cursor_left" e="cursor_right" s="0" n="switch_forward" slider="true"/>
|
|
||||||
<key width="1.2" key0="loc compose" n="up" e="right" w="left" s="down" nw="loc home" ne="loc page_up" sw="loc end" se="loc page_down"/>
|
|
||||||
<key width="1.8" key0="enter" nw="loc voice_typing" sw="action" ne="loc switch_clipboard"/>
|
|
||||||
</row>
|
</row>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
|
Loading…
Reference in New Issue
Block a user