forked from jeena/FeedTheMonkey
going back to HTML
This commit is contained in:
parent
369144f03f
commit
6ffdd51bf0
8 changed files with 79 additions and 256 deletions
3
main.qml
3
main.qml
|
@ -50,6 +50,7 @@ ApplicationWindow {
|
|||
|
||||
Keys.onRightPressed: sidebar.next()
|
||||
Keys.onLeftPressed: sidebar.previous()
|
||||
/*
|
||||
Keys.onDownPressed: content.scrollDown(content.scrollJump)
|
||||
Keys.onUpPressed: content.scrollUp(content.scrollJump)
|
||||
Keys.onSpacePressed: content.scrollDown(content.pageJump)
|
||||
|
@ -65,7 +66,7 @@ ApplicationWindow {
|
|||
} else if (event.key === Qt.Key_PageDown) {
|
||||
content.scrollDown(content.pageJump)
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
Login {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue