summary refs log tree commit diff stats
path: root/doc/tools/print_keys.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/print_keys.py')
-rwxr-xr-xdoc/tools/print_keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/print_keys.py b/doc/tools/print_keys.py
index 936d9bf0..900a478c 100755
--- a/doc/tools/print_keys.py
+++ b/doc/tools/print_keys.py
@@ -3,7 +3,7 @@
 You can use this tool to find out values of keypresses
 """
 
-from __future__ import (absolute_import, print_function)
+from __future__ import (absolute_import, division, print_function)
 
 import curses
 
hash 'table' data structure' href='/akkartik/mu/commit/078table.mu?h=hlt&id=b17de7ba5219efe67ecd80b71c20769fbbf423a9'>b17de7ba ^
4f3d9065 ^
6f65d591 ^


4f3d9065 ^
ad8161f3 ^
7a84094a ^
4f3d9065 ^

ad8161f3 ^
4f3d9065 ^


b17de7ba ^
7a84094a ^

a0331a9b ^
b17de7ba ^


51b0936f ^
b17de7ba ^



760f683f ^
b17de7ba ^


a0331a9b ^
748b6865 ^
b17de7ba ^

760f683f ^
b17de7ba ^

7a84094a ^
4f3d9065 ^
7a84094a ^
b17de7ba ^
4f3d9065 ^
a0331a9b ^
991d76f3 ^
51b0936f ^

b17de7ba ^
991d76f3 ^

b17de7ba ^

7a84094a ^
4f3d9065 ^

51b0936f ^
1ead3562 ^
4f3d9065 ^


760f683f ^
b17de7ba ^

7a84094a ^
4f3d9065 ^
7a84094a ^
b17de7ba ^
4f3d9065 ^
a0331a9b ^
aed29290 ^
51b0936f ^
b17de7ba ^
aed29290 ^
b17de7ba ^
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