From 4209bffde9b7dc5044a0b293873347fe5734e908 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 17 May 2008 19:35:13 +0000 Subject: qte/libopie2: add some patches to fix cursor key rotation. Closes 3678. --- packages/qte/qte-2.3.10/disable-dup-rotation.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/qte/qte-2.3.10/disable-dup-rotation.patch (limited to 'packages/qte/qte-2.3.10') diff --git a/packages/qte/qte-2.3.10/disable-dup-rotation.patch b/packages/qte/qte-2.3.10/disable-dup-rotation.patch new file mode 100644 index 0000000000..ae2332c5f0 --- /dev/null +++ b/packages/qte/qte-2.3.10/disable-dup-rotation.patch @@ -0,0 +1,13 @@ +--- qte/src/kernel/kernelkeyboard.cpp 2008-04-04 11:07:42.000000000 +0100 ++++ qte/src/kernel/kernelkeyboard.cpp 2008-04-04 11:07:45.000000000 +0100 +@@ -627,8 +627,8 @@ + case Qt::Key_Down: + unicode = 0xffff; + mod_key = false; +- if (qt_screen->isTransformed()) +- qtKeyCode = static_cast( xform_dirkey(static_cast( qtKeyCode ) ) ); ++// if (qt_screen->isTransformed()) ++// qtKeyCode = static_cast( xform_dirkey(static_cast( qtKeyCode ) ) ); + break; + /* + * handle lock, we don't handle scroll lock! -- cgit v1.2.3