An open API service indexing awesome lists of open source software.

https://github.com/vimkim/colemakp

colemak for programmers
https://github.com/vimkim/colemakp

Last synced: 4 months ago
JSON representation

colemak for programmers

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