From 703ea3989ff2e613970cd5b27eb2a880fba0a4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 29 Sep 2003 11:24:23 +0000 Subject: [PATCH] Let's have keyboard shortcut for activating windows demanding attention by default - Ctrl+Alt+A. svn path=/trunk/kdebase/kwin/; revision=254819 --- kwinbindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwinbindings.cpp b/kwinbindings.cpp index de45417147..112c49abfc 100644 --- a/kwinbindings.cpp +++ b/kwinbindings.cpp @@ -36,7 +36,7 @@ DEF( I18N_NOOP("Window Above Other Windows"), 0, 0, slotWindowAbove() ); DEF( I18N_NOOP("Window Below Other Windows"), 0, 0, slotWindowBelow() ); DEF( I18N_NOOP("Toggle Window Raise/Lower"), 0, 0, slotWindowRaiseOrLower() ); - DEF( I18N_NOOP("Activate Window Demanding Attention"), 0, 0, slotActivateAttentionWindow()); + DEF( I18N_NOOP("Activate Window Demanding Attention"), CTRL+ALT+Qt::Key_A, 0, slotActivateAttentionWindow()); DEF( I18N_NOOP("Window Pack Left"), CTRL+ALT+Qt::Key_Left, 0, slotWindowPackLeft() ); DEF( I18N_NOOP("Window Pack Right"), CTRL+ALT+Qt::Key_Right, 0, slotWindowPackRight() ); DEF( I18N_NOOP("Window Pack Up"), CTRL+ALT+Qt::Key_Up, 0, slotWindowPackUp() );