Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a1d42b25
Commit
a1d42b25
authored
Mar 27, 2017
by
Davis King
Browse files
Changed to ctrl+d since it's easier to press.
parent
fad836df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/imglab/src/metadata_editor.cpp
tools/imglab/src/metadata_editor.cpp
+2
-2
No files found.
tools/imglab/src/metadata_editor.cpp
View file @
a1d42b25
...
...
@@ -336,7 +336,7 @@ on_keydown (
last_keyboard_jump_pos_update
=
0
;
}
if
(
key
==
'
r
'
&&
(
state
&
base_window
::
KBD_MOD_CONTROL
))
if
(
key
==
'
d
'
&&
(
state
&
base_window
::
KBD_MOD_CONTROL
))
{
remove_selected_images
();
}
...
...
@@ -578,7 +578,7 @@ display_about(
"a rectangle selects it and the delete key removes it. You can also mark "
"a rectangle as ignored by hitting the i key when it is selected. Ignored "
"rectangles are visually displayed with an X through them. You can remove an image "
"entirely by selecting it in the list on the left and pressing ctrl+
r
."
"entirely by selecting it in the list on the left and pressing ctrl+
d
."
,
0
,
0
)
<<
endl
<<
endl
;
sout
<<
wrap_string
(
"It is also possible to label object parts by selecting a rectangle and "
...
...
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