Ellen Wood
01/13/2023, 3:30 PMRyan Wans
01/13/2023, 3:33 PMTim Edwards
01/13/2023, 5:00 PMEllen Wood
01/13/2023, 5:14 PMEllen Wood
01/13/2023, 5:21 PMHarald Pretl
01/13/2023, 5:53 PMHarald Pretl
01/13/2023, 6:01 PM# control mouse wheel bindings for zoom in/out
macro Control_XK_Pointer_Button4 "zoom 0.70711"
macro Control_XK_Pointer_Button5 "zoom 1.41421"
Harald Pretl
01/13/2023, 6:04 PMTim Edwards
01/13/2023, 7:14 PMmacro Button4 "zoom 0.70711"
macro Button5 "zoom 1.41421"
which might just reflect whether or not "Num Lock" is on. Or possibly the XK_Pointer is required when using Control_.Tim Edwards
01/13/2023, 7:16 PM/usr/local/lib/magic/sys/site.def
and they will be applied every time you start magic (and they will not get overwritten by updates).Ellen Wood
01/14/2023, 7:05 AMHarald Pretl
01/14/2023, 9:54 AMmacro Button4 "center; zoom 0.70711"
macro Button5 "center; zoom 1.41421"
Ellen Wood
01/20/2023, 3:55 PMEllen Wood
01/20/2023, 3:56 PMHarald Pretl
01/20/2023, 6:01 PM