summaryrefslogtreecommitdiffstats
path: root/kxkb/TODO
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit4aed2c8219774f5d797760606b8489a92ddc5163 (patch)
tree3f8c130f7d269626bf6a9447407ef6c35954426a /kxkb/TODO
downloadtdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz
tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kxkb/TODO')
-rw-r--r--kxkb/TODO23
1 files changed, 23 insertions, 0 deletions
diff --git a/kxkb/TODO b/kxkb/TODO
new file mode 100644
index 000000000..344422bac
--- /dev/null
+++ b/kxkb/TODO
@@ -0,0 +1,23 @@
+- setting up own layout if you're not root - using xkbcomp
+
+- allowing other latin base groups instead of "us" (e.g. "dvorak")
+
+- checking each layout in kxkb.cpp if it's ok for single group
+- checking each layout in kcmlayout.cpp whether it's latin and don't need latin group
+
+- check the problem with gnome apps, first switch of layout with keyboard shortcut locks input
+
+- kdesktop_lock: layouts menu, flag icons, better error handling
+
+- parse xfree86.xml instead of xfree86.lst for XFree86 4.3.0 and higher
+
+- prevent application/window list from growing endlessly
+
+- bug 59203: call kcontrol/keys/modifiers.cpp:
+ KConfigGroupSaver cgs( KGlobal::config(), "Keyboard" );
+ bool bMacSwap = KGlobal::config()->readBoolEntry( "Mac Modifier Swap", false );
+ if( bMacSwap )
+ ModifiersModule::setupMacModifierKeys();
+ after each switch
+
+- \ No newline at end of file