Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
706ba777
Commit
706ba777
authored
Feb 25, 2010
by
jerryjacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hotkey patch appro Vladimir Uryvaev on kicad-devel 2010-02-25 on 11:57am
parent
56fcad7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
hotkeys_basic.cpp
common/hotkeys_basic.cpp
+19
-2
No files found.
common/hotkeys_basic.cpp
View file @
706ba777
...
...
@@ -86,8 +86,6 @@ static struct hotkey_name_descr s_Hotkey_Name_List[] =
{
wxT
(
"End"
),
WXK_END
},
{
wxT
(
"PgUp"
),
WXK_PAGEUP
},
{
wxT
(
"PgDn"
),
WXK_PAGEDOWN
},
{
wxT
(
"+"
),
'+'
},
{
wxT
(
"-"
),
'-'
},
{
wxT
(
"Up"
),
WXK_UP
},
{
wxT
(
"Down"
),
WXK_DOWN
},
...
...
@@ -97,12 +95,31 @@ static struct hotkey_name_descr s_Hotkey_Name_List[] =
{
wxT
(
"space"
),
' '
},
{
wxT
(
"?"
),
'?'
},
{
wxT
(
"!"
),
'!'
},
{
wxT
(
";"
),
';'
},
{
wxT
(
":"
),
':'
},
{
wxT
(
"."
),
'.'
},
{
wxT
(
","
),
','
},
{
wxT
(
"*"
),
'*'
},
{
wxT
(
"+"
),
'+'
},
{
wxT
(
"="
),
'='
},
{
wxT
(
"-"
),
'-'
},
{
wxT
(
"%%"
),
'%'
},
{
wxT
(
"["
),
'['
},
{
wxT
(
"]"
),
']'
},
{
wxT
(
"'"
),
'\''
},
{
wxT
(
"`"
),
'`'
},
{
wxT
(
"/"
),
'/'
},
{
wxT
(
"
\\
"
),
'\\'
},
{
wxT
(
"0"
),
'0'
},
{
wxT
(
"1"
),
'1'
},
{
wxT
(
"2"
),
'2'
},
{
wxT
(
"3"
),
'3'
},
{
wxT
(
"4"
),
'4'
},
{
wxT
(
"5"
),
'5'
},
{
wxT
(
"6"
),
'6'
},
{
wxT
(
"7"
),
'7'
},
{
wxT
(
"8"
),
'8'
},
{
wxT
(
"9"
),
'9'
},
{
wxT
(
"A"
),
'A'
},
{
wxT
(
"B"
),
'B'
},
{
wxT
(
"C"
),
'C'
},
...
...
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