Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
luyikei
VLMC
Commits
e545ea25
Commit
e545ea25
authored
Dec 10, 2009
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed keyboard shortcut for closing project
parent
78a56f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Configuration/VLMCSettingsDefault.cpp
src/Configuration/VLMCSettingsDefault.cpp
+1
-1
No files found.
src/Configuration/VLMCSettingsDefault.cpp
View file @
e545ea25
...
@@ -91,6 +91,6 @@ void VLMCSettingsDefault::loadKeyboardShortcutDefaults( const QString& part )
...
@@ -91,6 +91,6 @@ void VLMCSettingsDefault::loadKeyboardShortcutDefaults( const QString& part )
ADD_SHORTCUT
(
"Open project"
,
QKeySequence
(
QKeySequence
::
Open
).
toString
().
toLocal8Bit
()
);
ADD_SHORTCUT
(
"Open project"
,
QKeySequence
(
QKeySequence
::
Open
).
toString
().
toLocal8Bit
()
);
ADD_SHORTCUT
(
"Save"
,
QKeySequence
(
QKeySequence
::
Save
).
toString
().
toLocal8Bit
()
);
ADD_SHORTCUT
(
"Save"
,
QKeySequence
(
QKeySequence
::
Save
).
toString
().
toLocal8Bit
()
);
ADD_SHORTCUT
(
"Save as"
,
"Ctrl+Shift+S"
);
ADD_SHORTCUT
(
"Save as"
,
"Ctrl+Shift+S"
);
ADD_SHORTCUT
(
"Close project"
,
"Ctrl+W"
);
ADD_SHORTCUT
(
"Close project"
,
QKeySequence
(
QKeySequence
::
Close
).
toString
().
toLocal8Bit
()
);
return
;
return
;
}
}
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