-
-
Notifications
You must be signed in to change notification settings - Fork 261
New Dvorak Layout #1043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
anaskaejdar
wants to merge
5
commits into
Julow:master
Choose a base branch
from
anaskaejdar:updatelayouts
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
New Dvorak Layout #1043
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d755be0
improved dvorak, but added as alternate
anaskaejdar aed453a
fix overlapping tags
anaskaejdar 4b4e24a
removed temporary tse as tajiki doesnt need it
anaskaejdar d1c8994
removed f11 f12 and ran gen_layouts.py
anaskaejdar 7862156
move backspace; improve alignment; keys are smaller though
anaskaejdar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <keyboard name="Dvorak" script="latin"> | ||
| <row> | ||
| <key width="1.2" key0="shift" key7="esc" key4="delete"/> | ||
| <key width="0.9" key0="." key1=""" key4="'" /> | ||
| <key key0="p" key1="!" key2="loc accent_ring" key4="," /> | ||
| <key key0="y" key2="loc accent_grave" key1="<" key4=">" /> | ||
| <key key0="f" key3="loc €" key7="$" key8="%" /> | ||
| <key key0="g" key7="=" key8="+" /> | ||
| <key key0="c" key3="(" key2=")" key1="loc accent_trema" key4="loc accent_circonflexe" /> | ||
| <key key0="r" key3="{" key2="}" /> | ||
| <key key0="l" key4="loc £" key3="[" key2="]" /> | ||
| <key width="0.9" key0="backspace" key7="\?" key3="/" /> | ||
| </row> | ||
| <row> | ||
| <key key0="a" key2="loc accent_caron" key7="1" key3="loc å" key4="\#" /> | ||
| <key key0="o" key2="loc accent_macron" key7="2" key3="loc accent_ogonek" /> | ||
| <key key0="e" key7="3" key3="loc accent_dot_above" /> | ||
| <key key0="u" key2="loc æ" key7="4" key3="loc accent_double_aigu" /> | ||
| <key key0="i" key7="5" key8="|" /> | ||
| <key key0="d" key7="6" key8="loc ð" /> | ||
| <key key0="h" key7="7" key8="loc ȝ" /> | ||
| <key key0="t" key7="8" key8="loc þ" /> | ||
| <key key0="n" key7="9" key8="\\" /> | ||
| <key key0="s" key7="0" key4="loc ß" key3="tab" /> | ||
| </row> | ||
| <row> | ||
| <key key0=";" key7=":" /> | ||
| <key key0="q" key1="loc accent_tilde" key7="~" key8="^" /> | ||
| <key key0="j" key1="loc accent_aigu" /> | ||
| <key key0="k" key1="loc ø" /> | ||
| <key key0="x" key1="loc accent_cedille"/> | ||
| <key key0="b"/> | ||
| <key key0="m" key7="`" key8="&" /> | ||
| <key key0="w" key8="loc ƿ" /> | ||
| <key key0="v" key8="\@" key7="*" /> | ||
| <key key0="z" key7="-" key3="_"/> | ||
| </row> | ||
| </keyboard> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change ?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed that tse because it's not necessary in Tajik. I added it before because it's a common enough cyrillic letter in russian and slavic languages, so I thought it would be better to have than not to have, but now after #1042 , the compose sequences enable you to type ц by compose+т+с so there is no need for an explicit tse in the tajik layout anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks :)