[haiku-bugs] Re: [Haiku] #9907: Finishing support for Shift-MouseWheel

  • From: "ttcoder" <trac@xxxxxxxxxxxx>
  • Date: Sat, 28 Sep 2013 18:05:27 -0000

#9907: Finishing support for Shift-MouseWheel
----------------------------------+----------------------------
   Reporter:  ttcoder             |      Owner:  axeld
       Type:  bug                 |     Status:  new
   Priority:  normal              |  Milestone:  R1
  Component:  Kits/Interface Kit  |    Version:  R1/Development
 Resolution:                      |   Keywords:
 Blocked By:                      |   Blocking:
Has a Patch:  0                   |   Platform:  All
----------------------------------+----------------------------
Changes (by ttcoder):

 * owner:  leavengood => axeld
 * component:  Applications/WebPositive => Kits/Interface Kit
 * type:  enhancement => bug


Comment:

 ping

 Maybe this one-liner tiny bugfix will get applied earlier if I categorize
 it properly ;-)

 And if I combine it with some (probably deserved) clean-up of no-longer-
 needed modifiers as well:


 {{{
 -                       if (modifiers() & (B_OPTION_KEY | B_COMMAND_KEY |
 B_CONTROL_KEY))
 +                       if (modifiers() & B_SHIFT_KEY)

 }}}

--
Ticket URL: <http://dev.haiku-os.org/ticket/9907#comment:3>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: