summary refs log tree commit diff stats
path: root/test/all_tests.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-05-19 16:08:04 +0200
committerhut <hut@lavabit.com>2011-05-19 16:08:04 +0200
commit71569b7201925274f3a97dd24e8e735f50bc9a53 (patch)
tree6f68a937963aebab37aeb88960952479b6fe6bac /test/all_tests.py
parente690d4e989cb52a73cfd3c141a6388aded4b4a8c (diff)
downloadranger-71569b7201925274f3a97dd24e8e735f50bc9a53.tar.gz
ranger/gui/ui: Fixed issues with ALT key
<A-x> was treated equal to <ESC>x internally, which is clearly wrong.
As a result, the mapping <A-x> will override previous <ESC> mappings.
This was fixed by translating <A-x> to <ALT_KEY>x with <ALT_KEY> being
a special token for the keyparser. I hope this doesn't cause any
trouble.
Also, ALT+letter keys were fixed when using xterm-compatibility mode.
(Option xterm_alt_key = True)
Diffstat (limited to 'test/all_tests.py')
0 files changed, 0 insertions, 0 deletions
class='alt'>
d1a1173d ^

8fa87054 ^
06848dc3 ^
240394a4 ^
f027adc0 ^
08f08fb9 ^
654af129 ^
08f08fb9 ^
d8084b41 ^

99400080 ^
08f08fb9 ^

654af129 ^

d1a1173d ^
d8084b41 ^
cba63cf3 ^
b4250dbc ^

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