On Sun, Jul 18, 2010 at 12:29:43AM +0200, sw...@lyx.org wrote:

> Author: switt
> Date: Sun Jul 18 00:29:42 2010
> New Revision: 34955
> URL: http://www.lyx.org/trac/changeset/34955
> 
> Log:
> make mouse scroll wheel zoom configurable
[...]
> +     case RC_SCROLL_WHEEL_ZOOM:
> +             if (ignore_system_lyxrc ||
> +                 scroll_whell_zoom != system_lyxrc.scroll_whell_zoom) {
> +                     string status;
> +                     switch (scroll_whell_zoom) {
> +                     case SCROLL_WHEEL_ZOOM_OFF:
> +                             status = "off";
> +                             break;
> +                     case SCROLL_WHEEL_ZOOM_CTRL:
> +                             status = "ctrl";
> +                             break;
> +                     case SCROLL_WHEEL_ZOOM_SHIFT:
> +                             status = "shift";
> +                             break;
> +                     case SCROLL_WHEEL_ZOOM_OPTION:
> +                             status = "option";
> +                             break;

What is "option"? I think this is Mac specific and should not be an
option (sorry for the pun) on other platforms.

-- 
Enrico

Reply via email to