[haiku-development] Re: app_server flag fixes

  • From: Caitlin Shaw <rogueeve@xxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sun, 04 Oct 2009 19:28:55 -0700


That worked, but in the "wrong" side of the keyboard. The original VDG used the keys on the right side and I had to se the keys on the left side.

-Bruno

Well, if the VDG were changed to (B_CONTROL_KEY && B_OPTION_KEY && B_SHIFT_KEY), it would be ctrl+win+shift by default (when keys not swapped). Or, it could be changed to (B_CONTROL_KEY && B_COMMAND_KEY && B_SHIFT_KEY), in which case it would always be ctrl+alt+shift, regardless of whether the user has the modifier swapping turned on or not.


A patch for the issues discussed earlier can be seen at http://dev.haiku-os.org/ticket/4721. Applied to my system and all seems to work fine.


Other related posts: