~ubuntu-branches/ubuntu/wily/unity/wily

« back to all changes in this revision

Viewing changes to hud/HudView.cpp

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
565
565
      unsigned long x11_key_code,
566
566
      unsigned long special_keys_state)
567
567
{
 
568
  // Only care about states of Alt, Ctrl, Super, Shift, not the lock keys
 
569
  special_keys_state &= (nux::NUX_STATE_ALT | nux::NUX_STATE_CTRL |
 
570
                         nux::NUX_STATE_SUPER | nux::NUX_STATE_SHIFT);
 
571
 
568
572
  nux::KeyNavDirection direction = nux::KEY_NAV_NONE;
569
573
  switch (x11_key_code)
570
574
  {