Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
630a58eb
Commit
630a58eb
authored
17 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Add keys used by Windows XP telnet.exe
parent
bae0a6cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/odoors/ODGetIn.c
+6
-0
6 additions, 0 deletions
src/odoors/ODGetIn.c
src/odoors/OpenDoor.h
+2
-0
2 additions, 0 deletions
src/odoors/OpenDoor.h
with
8 additions
and
0 deletions
src/odoors/ODGetIn.c
+
6
−
0
View file @
630a58eb
...
...
@@ -91,6 +91,12 @@ tODKeySequence aKeySequences[] =
{
"
\033
OS"
,
OD_KEY_F4
,
FALSE
},
/* VT-220/VT-320 specific control sequences. */
{
"
\033
[1~"
,
OD_KEY_HOME
},
/* Windows XP telnet.exe. Is actually FIND */
{
"
\033
[2~"
,
OD_KEY_INSERT
},
{
"
\033
[3~"
,
OD_KEY_DELETE
},
{
"
\033
[4~"
,
OD_KEY_END
},
/* Windows XP telnet.exe. Is actually SELECT */
{
"
\033
[5~"
,
OD_KEY_PGUP
},
{
"
\033
[6~"
,
OD_KEY_PGDN
},
{
"
\033
[17~"
,
OD_KEY_F6
,
FALSE
},
{
"
\033
[18~"
,
OD_KEY_F7
,
FALSE
},
{
"
\033
[19~"
,
OD_KEY_F8
,
FALSE
},
...
...
This diff is collapsed.
Click to expand it.
src/odoors/OpenDoor.h
+
2
−
0
View file @
630a58eb
...
...
@@ -307,6 +307,8 @@ typedef enum
#define OD_KEY_END 0x4f
#define OD_KEY_PGUP 0x49
#define OD_KEY_PGDN 0x51
#define OD_KEY_F11 0x85
#define OD_KEY_F12 0x86
#define OD_KEY_SHIFTTAB 0x0f
/* Input event structure. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment