no need to ignore modifiers when we navigate the menu with keys
This commit is contained in:
parent
30bd98456e
commit
edba109c26
1 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Menu.cc,v 1.53 2004/01/16 11:02:54 fluxgen Exp $
|
||||
// $Id: Menu.cc,v 1.54 2004/01/21 09:03:13 fluxgen Exp $
|
||||
|
||||
//use GNU extensions
|
||||
#ifndef _GNU_SOURCE
|
||||
|
@ -1304,8 +1304,6 @@ void Menu::keyPressEvent(XKeyEvent &event) {
|
|||
// a modifier key by itself doesn't do anything
|
||||
if (IsModifierKey(ks))
|
||||
return;
|
||||
if (event.state) // dont handle modifier with normal key
|
||||
return;
|
||||
|
||||
switch (ks) {
|
||||
case XK_Up:
|
||||
|
|
Loading…
Reference in a new issue