summaryrefslogtreecommitdiffstats
path: root/kxkb/TODO
blob: f177e165600fc2a7f12c4a5ad6fdf1285b022b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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: 
	TDEConfigGroupSaver cgs( TDEGlobal::config(), "Keyboard" );
	bool bMacSwap = TDEGlobal::config()->readBoolEntry( "Mac Modifier Swap", false );
	if( bMacSwap )
		ModifiersModule::setupMacModifierKeys();
    after each switch
    
-