summaryrefslogtreecommitdiff
path: root/vcl/source/window/syswin.cxx
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2002-05-23 08:43:15 +0000
committerStephan Schäfer <ssa@openoffice.org>2002-05-23 08:43:15 +0000
commitc0801fda6251e6402a5b922a4bf8bc13b6e16757 (patch)
tree03f3c59d418d8b78486f08ed0ccaae09fea89568 /vcl/source/window/syswin.cxx
parentdd80235980baf88180eee7d7feb35b3511a1df88 (diff)
#98154# kbd accessible splitter
Diffstat (limited to 'vcl/source/window/syswin.cxx')
-rw-r--r--vcl/source/window/syswin.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx
index 48929de4dd3d..355da6e92ead 100644
--- a/vcl/source/window/syswin.cxx
+++ b/vcl/source/window/syswin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: syswin.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: ssa $ $Date: 2002-05-06 13:15:07 $
+ * last change: $Author: ssa $ $Date: 2002-05-23 09:43:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,7 +170,8 @@ long SystemWindow::PreNotify( NotifyEvent& rNEvt )
if ( rNEvt.GetType() == EVENT_KEYINPUT )
{
if( rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_F6 &&
- rNEvt.GetKeyEvent()->GetKeyCode().IsMod1() )
+ rNEvt.GetKeyEvent()->GetKeyCode().IsMod1() &&
+ !rNEvt.GetKeyEvent()->GetKeyCode().IsShift() )
{
// Ctrl-F6 goes directly to the document
GrabFocusToDocument();