Lines Matching refs:layout
35 * -l return the layout of the keyboard being used,
43 * -s keyboard layout sets keyboard layout
74 #define KBD_PROP_LAYOUT "layout"
311 /* layout setting is possible only for USB type keyboards */
325 (void) fprintf(stderr, "%s: unknown layout name\n"
348 (void) printf(gettext("\nTo select the keyboard layout,"
478 * this routine gets the layout of the keyboard being used
496 perror("ioctl (kbd layout)");
803 get_layout_number(char *layout)
809 if (strcmp(layout, layout_names[i]) == 0) {
841 perror("out of memory getting layout names");
857 * this routine sets the layout of the keyboard being used
864 perror("ioctl (set kbd layout)");