https://github.com/vimkim/colemakp
colemak for programmers
https://github.com/vimkim/colemakp
Last synced: 4 months ago
JSON representation
colemak for programmers
- Host: GitHub
- URL: https://github.com/vimkim/colemakp
- Owner: vimkim
- Created: 2020-11-27T14:53:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T11:24:25.000Z (almost 4 years ago)
- Last Synced: 2025-08-13T11:25:37.727Z (10 months ago)
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colemakp
Colemak for Programmers
* Currently only available for Windows programmers
## Motivation
This is invented to solve the notorious shift key problem: https://wiki.c2.com/?ShiftKeyProblem
## Changed Keys (from -> to)
Programmers do not need to press shift key anymore for special characters.
```
\`1234567890 -> ~!@#$%^&*()
```
Instead, programmers need to press shift key for numbers, unfortunately. It is not too bad if you try.
```
~!@#$%^&*() -> \`1234567890
```
### For c-like languages, curly braces are annoying.
```
{} -> []
[] -> {}
```
## Reference
* generated by Microsoft Keyboard Layout Creator: https://www.microsoft.com/en-us/download/details.aspx?id=102134