mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 23:36:32 +00:00
Make gr.continuous_scroll default TRUE.
This commit is contained in:
parent
ee991a4aab
commit
f362d5a97c
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ KbdTypeMatic(0);
|
||||||
//Set Time Zone
|
//Set Time Zone
|
||||||
local_time_offset = 0 * 60 * 60 * CDATE_FREQ; //Do daylight savings by hand
|
local_time_offset = 0 * 60 * 60 * CDATE_FREQ; //Do daylight savings by hand
|
||||||
|
|
||||||
|
//Set screen zoom behaviour
|
||||||
|
gr.continuous_scroll = TRUE;
|
||||||
|
|
||||||
//$AN,"",A="mouse_move_scale"$adjust these to set mouse move scale
|
//$AN,"",A="mouse_move_scale"$adjust these to set mouse move scale
|
||||||
mouse_hard.scale.x = 0.7;
|
mouse_hard.scale.x = 0.7;
|
||||||
mouse_hard.scale.y = 0.7;
|
mouse_hard.scale.y = 0.7;
|
||||||
|
|
Loading…
Reference in a new issue