Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
62737687
Commit
62737687
authored
7 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
tweaks: renumber the special key codes, to be in sequence and grouped
parent
45624015
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/nano.h
+20
-20
src/nano.h
with
20 additions
and
20 deletions
+20
-20
src/nano.h
View file @
62737687
...
...
@@ -560,26 +560,26 @@ enum
#define CONTROL_RIGHT 0x402
#define CONTROL_UP 0x403
#define CONTROL_DOWN 0x404
#define CONTROL_HOME 0x4
11
#define CONTROL_END 0x4
12
#define SHIFT_CONTROL_LEFT 0x4
05
#define SHIFT_CONTROL_RIGHT 0x4
06
#define SHIFT_CONTROL_UP 0x4
07
#define SHIFT_CONTROL_DOWN 0x4
08
#define SHIFT_CONTROL_HOME 0x41
3
#define SHIFT_CONTROL_END 0x41
4
#define ALT_LEFT 0x41
5
#define ALT_RIGHT 0x4
16
#define ALT_UP 0x4
17
#define ALT_DOWN 0x4
18
#define SHIFT_ALT_LEFT 0x4
09
#define SHIFT_ALT_RIGHT 0x4
0a
#define SHIFT_ALT_UP 0x4
0b
#define SHIFT_ALT_DOWN 0x4
0c
#define SHIFT_
PAGEUP
0x4
0d
#define SHIFT_
PAGEDOWN
0x4
0e
#define SHIFT_
HOME
0x4
0f
#define SHIFT_
END
0x4
10
#define CONTROL_HOME 0x4
05
#define CONTROL_END 0x4
06
#define SHIFT_CONTROL_LEFT 0x4
11
#define SHIFT_CONTROL_RIGHT 0x4
12
#define SHIFT_CONTROL_UP 0x4
13
#define SHIFT_CONTROL_DOWN 0x4
14
#define SHIFT_CONTROL_HOME 0x41
5
#define SHIFT_CONTROL_END 0x41
6
#define ALT_LEFT 0x4
2
1
#define ALT_RIGHT 0x4
22
#define ALT_UP 0x4
23
#define ALT_DOWN 0x4
24
#define SHIFT_ALT_LEFT 0x4
31
#define SHIFT_ALT_RIGHT 0x4
32
#define SHIFT_ALT_UP 0x4
33
#define SHIFT_ALT_DOWN 0x4
34
#define SHIFT_
HOME
0x4
55
#define SHIFT_
END
0x4
56
#define SHIFT_
PAGEUP
0x4
57
#define SHIFT_
PAGEDOWN
0x4
58
#ifdef USE_SLANG
#ifdef ENABLE_UTF8
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment