diff options
Diffstat (limited to 'layouts/community/ergodox/csharp_dev/readme.md')
-rw-r--r-- | layouts/community/ergodox/csharp_dev/readme.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/layouts/community/ergodox/csharp_dev/readme.md b/layouts/community/ergodox/csharp_dev/readme.md new file mode 100644 index 000000000..980480d62 --- /dev/null +++ b/layouts/community/ergodox/csharp_dev/readme.md | |||
@@ -0,0 +1,48 @@ | |||
1 | # ErgoDox EZ C# Developer configuration | ||
2 | |||
3 | ## Changelog | ||
4 | |||
5 | * Feb 12, 2016 (V1): | ||
6 | * First version commit | ||
7 | * Mar 20, 2016 (V2): | ||
8 | * Removed "Classic QWERTY" layer, inverted GUI and SHIFT on Hold for Space and Enter | ||
9 | |||
10 | ## About | ||
11 | This layout was conceived in an attempt to optimise keyboard layout for developers (C# more specifically, but it can work with most of other languages), and limit the keys required to perform the most frequent actions. | ||
12 | |||
13 | I came to the realization that my main tool as a developer, the qwerty keyboard was something that did not evolved at its core in almost 150 years. | ||
14 | There are a lot of reasons to this, and it would be a massive entreprise to change a standard so strongly anchored, but I wanted to give it a try and see how would look an input device dedicated to developers, more specifically a C# developer in my case. | ||
15 | The biggest flaw in standard QWERTY keyboards was that I always needed to perform key combination to access commonly used characters or actions. Think about it a minute, how many times a day do you press a modifier key such as Ctrl or Shift, it's insane and could be so easily optimized to require only one key press. | ||
16 | |||
17 | Then I came across the ErgoDox EZ project, that allowed a full customization of its firmware, and a unique 2 parts design. | ||
18 | |||
19 |  | ||
20 |  | ||
21 | |||
22 | ## Layout design principles | ||
23 | * No key combination required for the most common input characters ( (),[],{},<> ... ) | ||
24 | * No key combination required for the most common actions (copy/paste/undo/save) | ||
25 | * Regroup characters by usage ( + - * = ...) | ||
26 | * Easy access to the most commonly used characters: ; / " . , | ||
27 | * Preregistered macro for the most common C# langage instructions: public / private / string / int / float ... | ||
28 | |||
29 | ## Why is it specific to C Sharp | ||
30 | I defined the characters priority based on their usage in C# language, most of this characters are also used in other coding languages but it may require some tweaking. | ||
31 | For example there is no direct access to ~ or $ keys which can be very common in some languages. | ||
32 | Note it is also specific to Windows environement as the shortcut used in action keys would not work on Mac Os | ||
33 | |||
34 | ## In usage | ||
35 | It was relatively easy to get used to the layout, but it's hard for me to define how easy it was as I was getting used to a blank Ergodox keyboard at the same time. | ||
36 | Still it's extremely satisfying to Save your file with just one easily accessible key or to have one big key to end your code line ( ; ) | ||
37 | |||
38 | ## Improvements | ||
39 | This layout was shared after a bunch of iterations and only once I was happy with it. | ||
40 | Still there are many way to improve or iterate on this: | ||
41 | * Make it language agnostic | ||
42 | * Check and compile language's keyboard's heatmaps to statistically define keys priority (e.g. https://dzone.com/articles/most-pressed-keys-various ) | ||
43 | * QWERTY is still not the most efficient typing layout, I would like to create a Dvorak based similar layout in a near futur | ||
44 | |||
45 | ## Issues | ||
46 | One of the issues encountered while creating this layout was that I did not find a way to have a key to send a modifier on hold, and a key combination while pressed (e.g. I can't set a Key to do Save (Ctrl + S) when pressed and Shift modifier when hold ) | ||
47 | |||
48 | |||