First attempt at integration with nmouse and keyboard bindings

This commit is contained in:
Simon Long 2024-05-01 13:39:40 +01:00
parent 96d5d80be2
commit 952d04b78d
6 changed files with 294 additions and 1 deletions

View file

@ -1204,6 +1204,8 @@ rcxml_init(void)
rc.focus_follow_mouse = false;
rc.focus_follow_mouse_requires_movement = true;
rc.raise_on_focus = false;
rc.magnify = false;
rc.magnification = 2;
rc.doubleclick_time = 500;
rc.scroll_factor = 1.0;