Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPNL_GAMMA
gammaware
Commits
54df1eb2
Commit
54df1eb2
authored
Apr 15, 2019
by
Jérémie Dudouet
Committed by
Jérémie Dudouet
Jun 27, 2019
Browse files
update the print help
parent
4e0fdc83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/root/gui/cubix/src/CXCanvas.cpp
src/root/gui/cubix/src/CXCanvas.cpp
+3
-1
No files found.
src/root/gui/cubix/src/CXCanvas.cpp
View file @
54df1eb2
...
...
@@ -1261,9 +1261,11 @@ void CXCanvas::InitInfos()
AddShortcutsInfo
(
"<ctrl> x"
,
"cut the object under cursor"
);
AddShortcutsInfo
(
"<ctrl> v"
,
"paste the last object copied"
);
AddShortcutsInfo
(
"<ctrl> d"
,
"undraw the object under cursor (object not deleted)"
);
AddShortcutsInfo
(
"<Maj> S"
,
"Add selected object to stored spectra"
);
AddShortcutsInfo
(
""
,
""
);
AddShortcutsInfo
(
"f"
,
"start a new gamma fit, or process the fit when arrows are placed"
);
AddShortcutsInfo
(
"s"
,
"Peak search"
);
AddShortcutsInfo
(
"f"
,
"start a new gamma fit, or process the fit when arrows are placed"
);
AddShortcutsInfo
(
"c"
,
"clear the current Pad (arrows, fits...)"
);
AddShortcutsInfo
(
""
,
""
);
AddShortcutsInfo
(
"Gamma Gamma mode"
,
""
);
...
...
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