-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(custom-keymap): Custom Keymap Style (@thewickest) #6375
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
thewickest
wants to merge
63
commits into
monkeytypegame:master
Choose a base branch
from
thewickest:feature/custom-keymap
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
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
131cd68
feat: add custom keymaps style
thewickest 73f2e9b
Merge branch 'master' into feature/custom-keymap
thewickest 1fc7da3
feature: basic custom layout function. Many things to do still
thewickest beb25e4
Merge branch 'master' into feature/custom-keymap
thewickest 5b8d5c8
feature: logic for custom keymap
thewickest f1e612e
To lowercase when style letter is dynamic
thewickest b651c80
Merge branch 'master' into feature/custom-keymap
thewickest f15eaef
feature: save custom keymap into database
thewickest 9abde67
fix: wrong data key
thewickest 4b75a76
fix: missing function when loading the settings
thewickest 677d24c
feat: save keymap as object
thewickest 865ce7e
Merge branch master into feature/custom-keymap
thewickest ef29e67
feat(custom-keymap): nullness
thewickest 7c13009
Merge branch 'master' into feature/custom-keymap
thewickest 74f2d3b
feat(custom-keymap): keycode for quot
thewickest 73dbf68
feat(custom-keymap): proper apos or quote keycode
thewickest 9977a5f
feat(custom-keymap): add custom keymap textarea style
thewickest e6148eb
feat(custom-keymap): remove comment
thewickest d2ef77e
impr(custom-keymap): move data keys to other side and remove comments
thewickest 8b77e02
fix(custom-keymap): set textarea value correctly
thewickest e5062ab
fix(custom-keymap): fix wrong config setting
thewickest e1870d6
Merge branch 'master' into feature/custom-keymap
thewickest b5cdfd9
feat(custom-keymap): fix wrong custom keymap setup
thewickest 557e97b
feat(custom-keymap): fix custom keymap showing up when other style
thewickest 71d4f43
refactor(custom-keymap): refactor function that creates the custom ke…
thewickest 4d679af
fix(custom-keymap): typo
thewickest 1454336
fix(custom-keymap): fixing duplicate types for the keymapcustom
thewickest cd7d044
feat(custom-keymap): add commandline config
thewickest 01e1fb4
feat(custom-keymap): add string sanitation
thewickest 83ebe41
feat(custom-keymap): add inline styles for non-unit keys
thewickest dcfbd7b
fix(custom-keymap): use parseWithSchem from library
thewickest 9f335d0
perf(custom-keymap): improve inline styles for non-oneunit keys
thewickest 8952594
refactor(custom-keymap): improve string sanitation
thewickest b84e3a7
refactor(custom-keymap): json string sanitation
thewickest ab345cb
fix(custom-keymp): fix keyboard style
thewickest 2086d9c
fix(custom-keymp): fix shift tracker
thewickest c46529d
Merge branch 'master' into feature/custom-keymap
thewickest 1b1f681
refator(custom-keymap): center keymap
thewickest 7dc66ac
feat(custom-keymap): adding subgroups for the commanline
thewickest 5b6ee72
Merge branch 'master' into feature/custom-keymap
thewickest 7757baf
feat(custom-keymap): support raw and json formats
thewickest 3f40776
fix(custom-keymap): fix single command line for keymap custom
thewickest 34f2d22
Merge branch master into feature/custom-keymap
thewickest 7303a47
fix(custom-keymap): fix lint errors
thewickest d5f5c36
Merge branch master into feature/custom-keymap
thewickest 09e31a7
Merge branch master into feature/custom-keymap
thewickest e58c452
fix(custom-keymap): change layout to grid. pixel perfect alignment
thewickest 2ff2344
fix(custom-keymap): change gaps per margin
thewickest f63f527
fix(custom-keymap): bug when space
thewickest d525999
fix(custom-keymap): fix shift modifier
thewickest d0441e9
feat(custom-keymap): minor changes in layout
thewickest 2f793b1
feat(custom-keymap): change drastically the way that the grid is crea…
thewickest 31fb0f9
feat(custom-keymap): parameterize the keyboard size
thewickest fd8ddf9
feat(custom-keymap): include margins
thewickest a4a125e
feat(custom-keymap): add height option
thewickest 659ffca
feat(custom-keymap): add y axis option
thewickest 309f34a
Merge branch master into feature/custom-keymap
thewickest a00527a
fix(custom-keymap): staggered columns
thewickest 6daef16
feat(custom-keymap): add wip for rotation keys
thewickest 18c6a7a
feat(custom-keymap): proper functionality with most KDE features
thewickest 8d68722
feat(custom-keymap): round up elements in order to being adapted with…
thewickest a814e01
fix(custom-keymap): fix legend style and load settings after save
thewickest 510d4b5
fix(custom-keymap): responsive keymap. fix fontsize feature and add b…
thewickest 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
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,48 @@ | ||
export const dataKeys: { [key: string]: string } = { | ||
a: "aA", | ||
b: "bB", | ||
c: "cC", | ||
d: "dD", | ||
e: "eE", | ||
f: "fF", | ||
g: "gG", | ||
h: "hH", | ||
i: "iI", | ||
j: "jJ", | ||
k: "kK", | ||
l: "lL", | ||
m: "mM", | ||
n: "nN", | ||
o: "oO", | ||
p: "pP", | ||
q: "qQ", | ||
r: "rR", | ||
s: "sS", | ||
t: "tT", | ||
u: "uU", | ||
v: "vV", | ||
w: "wW", | ||
x: "xX", | ||
y: "yY", | ||
z: "zZ", | ||
1: "1!", | ||
2: "2@", | ||
3: "3#", | ||
4: "4$", | ||
5: "5%", | ||
6: "6^", | ||
7: "7&", | ||
8: "8*", | ||
9: "9(", | ||
0: "0)", | ||
"-": "-_", | ||
"=": "=+", | ||
"[": "[{", | ||
"]": "]}", | ||
"\\": "\\|", | ||
";": ";:", | ||
"'": "'"", | ||
",": ",<", | ||
".": ".>", | ||
"/": "/?", | ||
}; |
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
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.
Uh oh!
There was an error while loading. Please reload this page.