Lines Matching refs:Keyboard
1076 * 1. The InputDevices named by the -pointer and -keyboard command line
1081 * 4. The first InputDevices that use 'keyboard' or 'kbd' and a valid mouse
1084 * will reference the 'mouse' and 'keyboard' drivers.
1095 InputInfoRec Pointer = {}, Keyboard = {};
1105 * First check if a core pointer or core keyboard have been specified
1128 keyboard devices. "
1129 "Removing core keyboard attribute from \"%s\"\n",
1255 * If you're using an evdev keyboard and expect a default mouse
1291 /* 1. Check for the -keyboard command line option. */
1321 /* 2. ServerLayout-specified core keyboard. */
1327 /* 3. First core keyboard device. */
1337 keyboardMsg = "first core keyboard device";
1343 /* 4. First keyboard with 'keyboard' or 'kbd' as the driver. */
1354 keyboardMsg = "first keyboard device";
1361 defKbd.inp_identifier = strdup("<default keyboard>");
1365 keyboardMsg = "default keyboard configuration";
1369 /* Add the core keyboard device to the layout, and set it to Core. */
1371 foundKeyboard = configInput(&Keyboard, confInput, from);
1377 Keyboard.fd = -1;
1378 *devs[count - 1] = Keyboard;
1389 xf86Msg(X_ERROR, "Cannot locate a core keyboard device.\n");
1408 xf86Msg(X_DEFAULT, "The core keyboard device wasn't specified "