Last active
August 29, 2015 14:07
-
-
Save bjcubsfan/da2df47d315ce5e66917 to your computer and use it in GitHub Desktop.
This table shows the daily frequency with which I press keys on my keyboard. I am thinking about Ergodox [1] and alternative keyboard layouts [2]. I used linux logkeys to spy on myself and this script to analyze https://github.com/waas/personal/blob/ab48ac82ca917f17256884a2fb4a7589b68e02f8/bpotter/analyze_key_strokes.py [1] - http://jjt.io/2013/…
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
# rank key_pressed presses_per_day | |
1 <Space> 1096.6 | |
2 <BckSp> 754.9 | |
3 <Return> 634.3 | |
4 e 610.9 | |
5 t 571.2 | |
6 s 511.4 | |
7 o 485.2 | |
8 n 475.0 | |
9 l 473.9 | |
10 a 449.9 | |
11 <LShft> 444.7 | |
12 i 438.9 | |
13 k 413.2 | |
14 r 399.8 | |
15 h 377.4 | |
16 c 345.8 | |
17 d 329.7 | |
18 j 307.6 | |
19 <LMeta> 233.0 | |
20 p 221.4 | |
21 <Tab> 212.4 | |
22 g 202.1 | |
23 u 197.7 | |
24 <CpsLk> 191.6 | |
25 m 186.2 | |
26 w 162.9 | |
27 f 160.1 | |
28 y 134.6 | |
29 <LCtrl> 131.8 | |
30 b 130.4 | |
31 . 123.4 | |
32 <Right> 115.1 | |
33 - 108.7 | |
34 v 103.6 | |
35 <Esc> 100.3 | |
36 / 89.0 | |
37 0 83.6 | |
38 <RShft> 68.9 | |
39 1 63.1 | |
40 [ 62.1 | |
41 <Up> 62.0 | |
42 x 58.0 | |
43 <Left> 54.8 | |
44 : 54.6 | |
45 ' 43.2 | |
46 <Down> 42.8 | |
47 2 41.9 | |
48 , 38.4 | |
49 q 35.7 | |
50 4 32.8 | |
51 <Home> 32.4 | |
52 <Del> 30.4 | |
53 _ 29.9 | |
54 z 23.2 | |
55 * 21.4 | |
56 3 20.0 | |
57 ! 16.9 | |
58 5 15.7 | |
59 7 15.7 | |
60 ~ 15.4 | |
61 ( 13.8 | |
62 ) 13.4 | |
63 <PgUp> 12.6 | |
64 <End> 12.4 | |
65 8 12.0 | |
66 = 11.9 | |
67 9 11.9 | |
68 <PgDn> 11.8 | |
69 ? 11.6 | |
70 $ 11.0 | |
71 <LAlt> 11.0 | |
72 & 9.2 | |
73 6 9.1 | |
74 " 6.7 | |
75 ; 6.2 | |
76 <RCtrl> 5.9 | |
77 > 5.2 | |
78 <KP0> 4.7 | |
79 4.1 | |
80 | 3.9 | |
81 # 3.7 | |
82 <KP9> 3.7 | |
83 ] 3.7 | |
84 <KP4> 3.6 | |
85 <KP5> 3.2 | |
86 <KP8> 3.1 | |
87 <KP3> 2.8 | |
88 <KP.> 2.8 | |
89 <KP1> 2.7 | |
90 \ 2.6 | |
91 @ 2.6 | |
92 + 2.2 | |
93 <KP2> 2.2 | |
94 ` 2.1 | |
95 <KP6> 2.1 | |
96 < 1.7 | |
97 % 1.4 | |
98 <KP7> 1.4 | |
99 ^ 1.2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment