Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leander Schulten
Lichtsteuerung
Commits
69d2c7db
Commit
69d2c7db
authored
Oct 04, 2019
by
Leander Schulten
Browse files
ModuleView: Add Shortcut to build module
parent
088eee8a
Pipeline
#190399
passed with stage
in 4 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/qml/ModuleView.qml
View file @
69d2c7db
...
...
@@ -9,6 +9,14 @@ import "components"
Item
{
id
:
root
property
bool
visibleForUser
:
SwipeView
.
isCurrentItem
Shortcut
{
enabled
:
visibleForUser
sequences
:
[
"
Ctrl+B
"
,
"
Ctrl+R
"
]
autoRepeat
:
false
onActivated
:
codeEditorHelper
.
compile
();
}
Item
{
clip
:
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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