Lines Matching refs:keymap
60 #define PRE_ERROR_MSG "\"The XKEYBOARD keymap compiler (xkbcomp) reports:\""
182 char *buf = NULL, keymap[PATH_MAX], xkm_output_dir[PATH_MAX];
198 snprintf(keymap, sizeof(keymap), "server-%s", display);
233 xkm_output_dir, keymap) == -1)
252 ErrorF("[xkb] XkbDDXCompileKeymapByNames compiling keymap:\n");
266 strncpy(nameRtrn,keymap,nameRtrnLen);
273 LogMessage(X_ERROR, "Error compiling keymap (%s)\n", keymap);
354 LogMessage(X_ERROR, "XKB: Couldn't compile keymap\n");
359 LogMessage(X_ERROR, "Couldn't open compiled keymap file %s\n",fileName);
364 LogMessage(X_ERROR, "Error loading keymap %s\n",fileName);
370 DebugF("Loaded XKB keymap %s, defined=0x%x\n",fileName,(*xkbRtrn)->defined);
442 * Compile the given RMLVO keymap and return it. Returns the XkbDescPtr on
492 LogMessage(X_ERROR, "XKB: Failed to load keymap. Loading default "
493 "keymap instead.\n");