-
Notifications
You must be signed in to change notification settings - Fork 2
/
wide.html
102 lines (79 loc) · 5.2 KB
/
wide.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Ergonomic Keyboard Mods: Wide Mod</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link rel="stylesheet" href="stylesheets/steve.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56831209-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Ergonomic Keyboard Mods</h1>
<ul>
<li><a class="menu" href="./angle.html">Angle Mod</a></li>
<li><a class="menu selected" href="./wide.html">Wide Mod</a></li>
<li><a class="menu" href="./extend.html">Extend Layer</a></li>
<li><a class="menu" href="./symbols.html">Symbols Layer</a></li>
<li><a class="menu" href="./modifiers.html">Modifier Keys</a></li>
<li><a class="menu" href="./curl.html">Curl</a></li>
<li><a class="menu" href="./index.html">About</a></li>
</ul>
<p class="header"> </p>
</header>
<section>
<h2><a name="wide-mod" class="anchor" href="#wide-mod"></a>The Wide Mod</h2>
<p>The Wide Mod introduces greater separation between the left and right hands by moving all keys on the right-hand side of the keyboard one space to right. The distance between the home positions of your left and right hands is slightly increased, which most users should find more comfortable. For this to work, some bracket/symbols keys are relocated to centre of the keyboard. It has been a popular mod in the alternative layout community for many years, <a href="https://forum.colemak.com/topic/839-colemak-extrawide-layout-alternate-home-position/">especially among Colemak users</a> using standard, staggered keyboards.</p>
<p class="caption"><img src="gfx/wide/colemak_keyb_ansi_trad_wide.png"/><br/>
The Wide Mod on an Colemak ANSI keyboard. See further <a href="#examples">examples</a> below.</p>
<p>The benefits of this mod are:<br/>
- Helps you achieve a more comfortable posture. Reduces the tendency to be "hunched over" the keyboard due to the compact nature of most keyboards.<br/>
- Easier to reach commonplace keys on the far right-hand side, such as Backspace/Delete and Return/Enter.<br/>
- Reduced usage of weak, right pinky finger.<br/>
- The Right Alt (or AltGr) key also becomes even easier to use as right-thumb modifier key. If you are not already using this key for accented characters/symbols, you may want to consider bringing it into use for <a href="modifiers.html">some other useful purpose</a>.<br/>
<p>The Wide Mod introduces a modest improvement to ergonomics for a low learning cost. It can also be very effectively combined with the <a href="angle.html">Angle Mod</a>, see below for examples.</p>
<p>It's worth noting that many of the benefits of the Wide Mod can be achieved by instead using a split keyboard.</p>
<h3><a name="resources" class="anchor" href="#resources"></a>Resources</h3>
Implementations:<br/>
DreymaR's Big Bag of Tricks for <a href="http://forum.colemak.com/viewtopic.php?id=1467">Windows</a> and <a href="http://forum.colemak.com/viewtopic.php?id=1438">Linux</a>.<br/>
SteveP's Wide Layouts for MS Keyboard Layout Creator: <a href="https://github.com/stevep99/keyboard-tweaks/tree/master/KLC">Qwerty</a>,
<a href="https://github.com/stevep99/keyboard-tweaks/tree/master/KLC">Colemak</a>,
and <a href="https://github.com/ColemakMods/mod-dh/tree/master/klc">Colemak-DH</a>.<br/>
<br/>
See also <a href="http://forum.colemak.com/viewtopic.php?pid=6191">Wide Mod discussion</a> at the Colemak Forum.<br/>
<h3><a name="examples" class="anchor" href="#examples"></a>Examples</h3>
<p class="caption"><img src="gfx/wide/qwerty_keyb_ansi_trad_wide.png"/><br/>
The Wide Mod on a Qwerty ANSI keyboard.</p>
<p class="caption"><img src="gfx/wide/colemak_keyb_iso_trad_wide.png"/><br/>
The Wide Mod on a Colemak ISO keyboard.</p>
<p>The Wide Mod can be combined with the <a href="angle.html">Angle Mod</a>:</p>
<p class="caption"><img src="gfx/wide/colemak_dh_keyb_ansi_angle_wide.png"/><br/>
The Wide + Angle Mods on an ANSI keyboard with the Colemak-DH layout.</p>
<p class="caption"><img src="gfx/wide/colemak_dh_keyb_iso_angle_wide.png"/><br/>
The Wide + Angle Mods on an ISO keyboard with the Colemak-DH layout.</p>
</p>
</section>
<!--
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
-->
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>