mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
QML: Remove binding for quit key in presentation
This commit is contained in:
parent
345118aec9
commit
97eff28383
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
* - drop navigation through entering a slide number
|
* - drop navigation through entering a slide number
|
||||||
* (this and the 'c' key make sense in a *presentation*
|
* (this and the 'c' key make sense in a *presentation*
|
||||||
* slideshow, not in a passive slideshow like Calamares)
|
* slideshow, not in a passive slideshow like Calamares)
|
||||||
|
* - remove quit key
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: LGPL-2.1
|
* SPDX-License-Identifier: LGPL-2.1
|
||||||
* License-Filename: LICENSES/LGPLv2.1-Presentation
|
* License-Filename: LICENSES/LGPLv2.1-Presentation
|
||||||
|
@ -146,7 +147,6 @@ Item {
|
||||||
// standard shortcuts
|
// standard shortcuts
|
||||||
Shortcut { sequence: StandardKey.MoveToNextPage; onActivated: goToNextSlide() }
|
Shortcut { sequence: StandardKey.MoveToNextPage; onActivated: goToNextSlide() }
|
||||||
Shortcut { sequence: StandardKey.MoveToPreviousPage; onActivated: goToPreviousSlide() }
|
Shortcut { sequence: StandardKey.MoveToPreviousPage; onActivated: goToPreviousSlide() }
|
||||||
Shortcut { sequence: StandardKey.Quit; onActivated: Qt.quit() }
|
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: mouseArea
|
id: mouseArea
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue