Files
ladybird/Base/etc/WindowServer.ini
Andrew Pardoe 0e68550c05 MouseSettings: Add option to reverse buttons
Add option to reverse primary and secondary buttons in Mouse Settings.
- WindowServer.ini: add default entry
- switch-mouse-buttons.png: new icon for settings entry
- Mouse.gml/MouseWidget.*: new settings dialog
- ClientConnection/WindowManager/Server: window message for settings
- EventLoop.cpp: swap buttons 1 and 2 if settings are on
2021-10-25 19:20:33 +03:00

40 lines
507 B
INI

[Screens]
MainScreen=0
[Screen0]
Device=/dev/fb0
Left=0
Top=0
Width=1024
Height=768
ScaleFactor=1
[Fonts]
Default=Katica 10 400
FixedWidth=Csilla 10 400
[Theme]
Name=Default
[Mouse]
AccelerationFactor=1.0
ScrollStepSize=4
CursorTheme=Default
ButtonsSwitched=0
[Graphics]
OverlayRectShadow=/res/graphics/overlay-rect-shadow.png
[Input]
DoubleClickSpeed=250
[Background]
Mode=stretch
[Applet]
Order=DesktopPicker,CPUGraph,MemoryGraph,Network,ClipboardHistory,Audio
[VirtualDesktops]
Rows=2
Columns=2