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
S
ste6274 template source base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Emil
ste6274 template source base
Commits
981fa8c7
Commit
981fa8c7
authored
Sep 03, 2019
by
Jostein Bratlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Ctrl+Q as default quit shortcut in addition to system default quit keysequence.
parent
eec58203
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
qtclient/resources/qml/gui.qml
qtclient/resources/qml/gui.qml
+4
-1
No files found.
qtclient/resources/qml/gui.qml
View file @
981fa8c7
...
...
@@ -52,7 +52,10 @@ ApplicationWindow {
Item
{
// id: shortcuts
Shortcut
{
sequence
:
StandardKey
.
Quit
sequences
:
[
StandardKey
.
Quit
,
"
Ctrl+Q
"
]
onActivated
:
endGameAndQuit
()
}
}
...
...
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