Searched refs:xmodmap (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xmodmap/dist/
H A DMakefile.am23 bin_PROGRAMS = xmodmap program in directory:bin
33 xmodmap.c \
34 xmodmap.h
H A Dconfigure.ac26 AC_INIT([xmodmap], package
28 [https://gitlab.freedesktop.org/xorg/app/xmodmap/issues],
29 [xmodmap])
H A DMakefile.in112 bin_PROGRAMS = xmodmap$(EXEEXT)
129 xmodmap.$(OBJEXT)
149 ./$(DEPDIR)/pf.Po ./$(DEPDIR)/xmodmap.Po
383 xmodmap.c \
384 xmodmap.h
491 xmodmap$(EXEEXT): $(xmodmap_OBJECTS) $(xmodmap_DEPENDENCIES) $(EXTRA_xmodmap_DEPENDENCIES)
492 @rm -f xmodmap$(EXEEXT)
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmodmap.Po@am__quote@ # am--include-marker
878 -rm -f ./$(DEPDIR)/xmodmap.Po
929 -rm -f ./$(DEPDIR)/xmodmap
[all...]
H A Dconfigure3 # Generated by GNU Autoconf 2.71 for xmodmap 1.0.11.
5 # Report bugs to <https://gitlab.freedesktop.org/xorg/app/xmodmap/issues>.
271 $0: https://gitlab.freedesktop.org/xorg/app/xmodmap/issues
613 PACKAGE_NAME='xmodmap'
614 PACKAGE_TARNAME='xmodmap'
616 PACKAGE_STRING='xmodmap 1.0.11'
617 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xmodmap/issues'
1352 \`configure' configures xmodmap 1.0.11 to adapt to many kinds of systems.
1401 --docdir=DIR documentation root [DATAROOTDIR/doc/xmodmap]
1423 short | recursive ) echo "Configuration of xmodmap 1.
[all...]
/xsrc/external/mit/xmodmap/dist/man/
H A DMakefile.am25 appman_PRE = xmodmap.man
33 # Assuming both xmodmap and libX11 are installed under the same $prefix
H A DMakefile.in299 appman_PRE = xmodmap.man
306 # Assuming both xmodmap and libX11 are installed under the same $prefix
/xsrc/external/mit/xinit/dist/
H A Dxinitrc.cpp10 xmodmap=XMODMAP
30 $xmodmap $sysmodmap
106 $xmodmap "$usermodmap"
H A Dconfigure.ac45 DEFAULT_XMODMAP=xmodmap
60 AC_ARG_WITH(xmodmap, optwith
61 AS_HELP_STRING([--with-xmodmap=XMODMAP], [Path to xmodmap]),
H A Dconfigure1483 --with-xmodmap=XMODMAP Path to xmodmap
11695 DEFAULT_XMODMAP=xmodmap
11716 # Check whether --with-xmodmap was given.
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DquartzKeyboard.c386 const char *xmodmap = PROJECTROOT "/bin/xmodmap"; local in function:DarwinKeyboardReloadHandler
429 /* Modify with xmodmap */
430 if (access(xmodmap, F_OK) == 0) {
433 if(snprintf (cmd, sizeof(cmd), "%s %s", xmodmap, sysmodmap) < sizeof(cmd)) {
436 ErrorF("X11.app: Unable to create / execute xmodmap command line");
443 if(snprintf (cmd, sizeof(cmd), "%s %s", xmodmap, usermodmap) < sizeof(cmd)) {
446 ErrorF("X11.app: Unable to create / execute xmodmap command line");
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DquartzKeyboard.c398 const char *xmodmap = PROJECTROOT "/bin/xmodmap"; local in function:DarwinKeyboardReloadHandler
453 /* Modify with xmodmap */
454 if (access(xmodmap, F_OK) == 0) {
457 if (snprintf(cmd, sizeof(cmd), "%s %s", xmodmap,
463 "X11.app: Unable to create / execute xmodmap command line");
472 if (snprintf(cmd, sizeof(cmd), "%s %s", xmodmap,
478 "X11.app: Unable to create / execute xmodmap command line");
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc48 been changed with `xmodmap`) on a titlebutton will invoke the
2297 meanings; try running `xmodmap -pm` to see how your X server is mapping

Completed in 28 milliseconds