going back to HTML

This commit is contained in:
Jeena 2015-02-08 19:55:24 +01:00
parent 369144f03f
commit 6ffdd51bf0
8 changed files with 79 additions and 256 deletions

View file

@ -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 {