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
de4e688b
Commit
de4e688b
authored
Dec 07, 2014
by
Blair Bonnett
Committed by
Wayne Stambaugh
Dec 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imporve hot key name description. (fixes lp:1066193)
parent
58f2d2e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
hotkeys.cpp
pcbnew/hotkeys.cpp
+1
-1
No files found.
pcbnew/hotkeys.cpp
View file @
de4e688b
...
...
@@ -109,7 +109,7 @@ static EDA_HOTKEY HkFlipItem( wxT( "Flip Item" ), HK_FLIP_ITEM, 'F' );
static
EDA_HOTKEY
HkRotateItem
(
wxT
(
"Rotate Item"
),
HK_ROTATE_ITEM
,
'R'
);
static
EDA_HOTKEY
HkMoveItem
(
wxT
(
"Move Item"
),
HK_MOVE_ITEM
,
'M'
);
static
EDA_HOTKEY
HkCopyItem
(
wxT
(
"Copy Item"
),
HK_COPY_ITEM
,
'C'
);
static
EDA_HOTKEY
HkDragFootprint
(
wxT
(
"Drag
Footprint
"
),
HK_DRAG_ITEM
,
'G'
);
static
EDA_HOTKEY
HkDragFootprint
(
wxT
(
"Drag
Item
"
),
HK_DRAG_ITEM
,
'G'
);
static
EDA_HOTKEY
HkGetAndMoveFootprint
(
wxT
(
"Get and Move Footprint"
),
HK_GET_AND_MOVE_FOOTPRINT
,
'T'
);
static
EDA_HOTKEY
HkLock_Unlock_Footprint
(
wxT
(
"Lock/Unlock Footprint"
),
HK_LOCK_UNLOCK_FOOTPRINT
,
'L'
);
static
EDA_HOTKEY
HkDelete
(
wxT
(
"Delete Track or Footprint"
),
HK_DELETE
,
WXK_DELETE
);
...
...
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