[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2015-10-14 Thread Treviño
** Tags added: rls-w-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2015-03-12 Thread Mathew Hodson
** Bug watch removed: Ubuntu.com Bugzilla [Obsoleted by Launchpad] #4360
   http://bugzilla.ubuntu.com/show_bug.cgi?id=4360

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-11-29 Thread Malcolm Ke
I've read the code in unity/services/panel-service.c
about PanelService: close a menu and re-send the keyevent when handling a
combination Or when we try to open HUD/Dash. Also, close the active
menu if a new application is opened and focused. (LP: #10905,
#1234457, #1197071),

but it still does not resolve the problem about PrintScreen key to
snapshot context menu.

The root reason is at the XGrabKeyboard in popup_grab_on_window() of
gtk/gtkmenu.c.

Guys, don't bother yourself any more, as you know linux means freedom, we could 
get rid of XGrabKeyboard by ourselves:
http://stackoverflow.com/a/20071469/264181

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-10-24 Thread Acid_1
Is this ever going to be closed? I reported a duplicate bug like this 7
years ago, and the original bug report was 9 years ago

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-10-24 Thread Stephen M. Webb
@Acid_1 your question is unclear:  the bug appears closed to me.
Perhaps if you revealed a little more context to your question we could
be of assistance

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-10-10 Thread Stephen M. Webb
Fix Released in Nux Unity 7.1.1.

** Changed in: unity
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-10-04 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.1.1+13.10.20131004-0ubuntu1

---
unity (7.1.1+13.10.20131004-0ubuntu1) saucy; urgency=low

  [ Brandon Schaefer ]
  * Break the bump detection by moving to the first icon, then down 5
pixels. Since bump detection needs to move in 3 different
directions.
  * Move the switcher Alt+ArrowKey shortcut handling into nux, from
compiz. Now nux handles these events instead of compiz. This way its
makes much more sense code wise and we no longer ungrab the arrow
gets from X... so Alt+LeftArrow will no longer open the hud. (LP:
#969039)

  [ Andrea Azzarone ]
  * Fix bad redrawing of dash overlay scrollbar connector. (LP:
#1233195)
  * Update icon_under_mouse before process mouse movemnt in the tooltip
manager. (LP: #1172769, #1233666)
  * Hide the tooltip when an app is closed. (LP: #1172769)

  [ Marco Trevisan (Treviño) ]
  * TestIMTextEntry: fix failing tests with IBus, use TEST_F and TEST_P.
  * CairoBaseWindow: only regenerate blur texture when visible and
damaged. (LP: #1233109)
  * CairoBaseWindow: add fade animator to control both QL and Tooltip
Removing the animator from LauncherIcon, and handling the tooltip
animation inside the QL and Tooltip base class.
  * PanelService: close a menu and re-send the keyevent when handling a
combination Or when we try to open HUD/Dash. Also, close the active
menu if a new application is opened and focused. (LP: #10905,
#1234457, #1197071)
  * SimpleLauncherIcon: we need to restore the focus when closing the
Overlay for activation. (LP: #909870)
  * LauncherIcon: don't try to show again quicklists or tooltip if
center changed, just move them. (LP: #1234778)
  * AbstractLauncherIcon: add static icon_size property. (LP: #1073103)

  [ Christopher Lee ]
  * Preparing autopilot tests for an upcoming update in autopilot 1.3.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 3554
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 04 Oct 2013 
05:23:43 +

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-10-03 Thread PS Jenkins bot
Fix committed into lp:unity at revision None, scheduled for release in
unity, milestone 7.1.1

** Changed in: unity
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-10-02 Thread Treviño
** Changed in: unity
   Status: Triaged = In Progress

** Changed in: unity
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

** Changed in: unity (Ubuntu)
   Status: Triaged = In Progress

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Marco Trevisan (Treviño) (3v1n0)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-10-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~3v1n0/unity/ups-menu-close-on-keybindings

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-08-14 Thread Christopher Townsend
** Changed in: unity
Milestone: None = 7.1.1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2013-04-19 Thread Alessandro Facciorusso
When an appindicator is opened, the dashboard isn't showing when the
shortcut pressed!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-11-14 Thread Lonnie Lee Best
In Ubuntu 12.10 (using the Unity desktop) you can typically perform a
screenshot by pressing the Print Screen button on you keyboard. This
launches gnome-screenshot, and you are given a dialog allowing you to
save that screenshot to a file system location.

However, this does not work if you have activated a context-menu of an
indicator/applet by the clock. I'm specifically trying to take a
screenshot that showcases the contents of the network-manager's context
menu for another bug ( https://bugs.launchpad.net/ubuntu/+source
/network-manager/+bug/1078662 ). However, while that context menu is
displayed, the Print Screen button doesn't launch gnome-screenshot.

Another example would be if you wanted to take a screenshot of your desktop 
with the clock's calendar showcased. To reproduce:
1) Click on the clock (to display its calendar)
2) Hit the Print Screen button
3) Nothing happens ( gnome-screenshot is not launched as expected).

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-screenshot 3.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Wed Nov 14 20:03:29 2012
InstallationDate: Installed on 2012-10-19 (26 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-screenshot
UpgradeStatus: No upgrade log present (probably fresh install)

** Tags added: quantal

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-10-09 Thread John Lea
** Changed in: unity (Ubuntu)
   Importance: Undecided = Medium

** Changed in: unity
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-10-09 Thread Thibaut Brandscheid
For me the main problem with this bug is when leaving the desk I stop usual the 
music by clicking
the pause button in the sound indicator and often press then CTRL + ALT + L (a 
matter of
habit) to lock the screen, but it doesn't lock cause of this bug. This is a 
security
problem. I have documents on my machine that should not be accessible by 
unauthorized
people but from time to time I have to leaf my desk :)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-09-13 Thread Tim Penhey
** Changed in: unity
Milestone: backlog = None

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-09-03 Thread John Lea
** Changed in: unity (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: unity
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-06-18 Thread 2green
Strange enough in Xubuntu this problem does not occur with the date-time
settings in the upper right corner, while it does occur with any of the
other application indicators on Xubuntu. What's different about that
solution?

Maybe I'm missing something, just wanted to mention it in case it helps.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-06-10 Thread Omer Akram
** Changed in: unity
 Assignee: Robert Carr (robertcarr) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-05-30 Thread Stéphane Guillou
I can confirm this on 12.04 up to date. Another problem is that, when
viewing an indicator drop-down menu (or even a right click menu on
anything or a classic app menu from the global menu), you can reveal the
launcher with the pointer, but it acts weirdly: it hides more quickly,
it doesn't react when an icon is clicked, the names of the apps don't
appear, the stacked icons don't spread...

Can't we just make it impossible to reveal the launcher when a menu is
open so the behaviour of the launcher doesn't seem inconsistent or
buggy?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-04-06 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu localized ISO testing tracker.

A list of all reports related to this bug can be found here:
http://localized-iso.qa.ubuntu.com/qatracker/reports/bugs/10905

** Tags added: iso-testing localized-iso

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-02-20 Thread John Lea
** Changed in: ayatana-design
   Importance: Critical = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2012-01-25 Thread Tim Penhey
** Changed in: ayatana-design
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2011-12-12 Thread John Lea
** Tags added: keybinding

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 10905] Re: Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open

2011-11-24 Thread Omer Akram
** No longer affects: gtk+2.0 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10905

Title:
  Keyboard shortcuts, window management - Can't use any global keyboard
  shortcuts or hotkeys when applet/menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/10905/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs