forked from Shinonome/dots-hyprland
settings: more options
This commit is contained in:
@@ -56,8 +56,8 @@ ApplicationWindow {
|
||||
|
||||
minimumWidth: 600
|
||||
minimumHeight: 400
|
||||
width: 900
|
||||
height: 650
|
||||
width: 1100
|
||||
height: 750
|
||||
color: Appearance.m3colors.m3background
|
||||
|
||||
ColumnLayout {
|
||||
@@ -67,7 +67,6 @@ ApplicationWindow {
|
||||
}
|
||||
|
||||
Keys.onPressed: (event) => {
|
||||
console.log(`Key pressed: ${event.key}, Modifiers: ${event.modifiers}`);
|
||||
if (event.modifiers === Qt.ControlModifier) {
|
||||
if (event.key === Qt.Key_PageDown) {
|
||||
root.currentPage = Math.min(root.currentPage + 1, root.pages.length - 1)
|
||||
|
||||
Reference in New Issue
Block a user