Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b1b05e62
Commit
b1b05e62
authored
Nov 23, 2015
by
Hugh McMaster
Committed by
Alexandre Julliard
Nov 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Remove un-needed VK_DEL entries from the console keymap.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bbe3c9cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
editline.c
dlls/kernel32/editline.c
+0
-2
No files found.
dlls/kernel32/editline.c
View file @
b1b05e62
...
...
@@ -850,7 +850,6 @@ static const KeyEntry EmacsStdKeyMap[] =
{
/*VK_HOME*/
0x24
,
WCEL_MoveToBeg
},
{
/*VK_RIGHT*/
0x27
,
WCEL_MoveRight
},
{
/*VK_LEFT*/
0x25
,
WCEL_MoveLeft
},
{
/*VK_DEL*/
0x2e
,
WCEL_DeleteCurrChar
},
{
/*VK_INSERT*/
0x2d
,
WCEL_ToggleInsert
},
{
0
,
NULL
}
};
...
...
@@ -874,7 +873,6 @@ static const KeyEntry Win32StdKeyMap[] =
{
/*VK_END*/
0x23
,
WCEL_MoveToEnd
},
{
/*VK_UP*/
0x26
,
WCEL_MoveToPrevHist
},
{
/*VK_DOWN*/
0x28
,
WCEL_MoveToNextHist
},
{
/*VK_DEL*/
0x2e
,
WCEL_DeleteCurrChar
},
{
/*VK_INSERT*/
0x2d
,
WCEL_ToggleInsert
},
{
/*VK_F8*/
0x77
,
WCEL_FindPrevInHist
},
{
0
,
NULL
}
...
...
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