Changeset 26406 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 10, 2010 11:45:55 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57503
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Installer/x11config-new.pl
r26386 r26406 49 49 my $xkbopts = ""; 50 50 my $kb_driver = ""; 51 my $layout_kb = ""; 51 52 if (open(CFG, $cfg)) 52 53 { … … 109 110 EndSection 110 111 EOF 112 $layout_kb = " InputDevice \"Keyboard[0]\" \"CoreKeyboard\"\n" 111 113 } 112 114 … … 128 130 Section "ServerLayout" 129 131 Identifier "Layout[all]" 130 InputDevice "Keyboard[0]" "CoreKeyboard" 131 InputDevice "Mouse[1]" "CorePointer" 132 $layout_kb InputDevice "Mouse[1]" "CorePointer" 132 133 Option "Clone" "off" 133 134 Option "Xinerama" "off"
Note:
See TracChangeset
for help on using the changeset viewer.