mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 11:47:36 +00:00
WindowServer+MouseSettings: Toggle cursor highlighting with Super+H
Rather than enabling/disabling cursor highlighting by going into mouse settings, you can now instead toggle it any time with Super+H. Mouse settings now is only for customising the look of the highlighting.
This commit is contained in:
parent
3c2c6790df
commit
5caf307ec0
5 changed files with 46 additions and 48 deletions
|
@ -45,20 +45,20 @@
|
|||
|
||||
@GUI::Label {
|
||||
autosize: true
|
||||
text: "0%"
|
||||
text: "Low"
|
||||
}
|
||||
|
||||
@GUI::Slider {
|
||||
name: "highlight_opacity_slider"
|
||||
orientation: "Horizontal"
|
||||
max: 230
|
||||
min: 0
|
||||
min: 30
|
||||
value: 110
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
autosize: true
|
||||
text: "100%"
|
||||
text: "High"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,20 +79,20 @@
|
|||
|
||||
@GUI::Label {
|
||||
autosize: true
|
||||
text: "Off"
|
||||
text: "Small"
|
||||
}
|
||||
|
||||
@GUI::Slider {
|
||||
name: "highlight_radius_slider"
|
||||
orientation: "Horizontal"
|
||||
max: 60
|
||||
min: 19
|
||||
min: 20
|
||||
value: 25
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
autosize: true
|
||||
text: "Largest"
|
||||
text: "Large"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue