about summary refs log tree commit diff stats
path: root/src/lstate.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-03 20:19:32 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-03 20:19:32 -0800
commit267489c19fb8f80fec8f8edc0f174dbd08aa657c (patch)
tree74f50b6d94130201b014c919b4218ca1c0a18d50 /src/lstate.c
parent950957619c7e479bbb0f24e9af68461470b53d72 (diff)
downloadteliva-267489c19fb8f80fec8f8edc0f174dbd08aa657c.tar.gz
support the comment/uncomment hotkey on Macs
^/ works on Linux but not on Mac
^- emits the same character code on Mac
^_ seems to be the underlying character code, and works on both
ctrl-7 also emits the same character code
Diffstat (limited to 'src/lstate.c')
0 files changed, 0 insertions, 0 deletions
0cb988d0 ^
292ccba1 ^







aa2e2155 ^
1a62e61d ^
069ed1c8 ^
62c6d163 ^
292ccba1 ^

069ed1c8 ^
292ccba1 ^







1f56ac64 ^
0cb988d0 ^
3ecd66fb ^
292ccba1 ^
871ea368 ^

292ccba1 ^





069ed1c8 ^
292ccba1 ^


069ed1c8 ^
292ccba1 ^




ca00f6b9 ^
39c0d1b1 ^
0cb988d0 ^
3ecd66fb ^
292ccba1 ^
ca00f6b9 ^
39c0d1b1 ^
871ea368 ^
ca00f6b9 ^
292ccba1 ^





aa2e2155 ^
3f4bbe9e ^
aa2e2155 ^
292ccba1 ^
ca00f6b9 ^
39c0d1b1 ^
0cb988d0 ^
292ccba1 ^
ca00f6b9 ^
39c0d1b1 ^
292ccba1 ^





069ed1c8 ^
292ccba1 ^
069ed1c8 ^
292ccba1 ^

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