Searched refs:xmodmap (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xmodmap/dist/ |
| H A D | Makefile.am | 23 bin_PROGRAMS = xmodmap program in directory:bin 33 xmodmap.c \ 34 xmodmap.h
|
| H A D | configure.ac | 26 AC_INIT([xmodmap], package 28 [https://gitlab.freedesktop.org/xorg/app/xmodmap/issues], 29 [xmodmap])
|
| H A D | Makefile.in | 112 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 D | configure | 3 # 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 D | Makefile.am | 25 appman_PRE = xmodmap.man 33 # Assuming both xmodmap and libX11 are installed under the same $prefix
|
| H A D | Makefile.in | 299 appman_PRE = xmodmap.man 306 # Assuming both xmodmap and libX11 are installed under the same $prefix
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | xinitrc.cpp | 10 xmodmap=XMODMAP 30 $xmodmap $sysmodmap 106 $xmodmap "$usermodmap"
|
| H A D | configure.ac | 45 DEFAULT_XMODMAP=xmodmap 60 AC_ARG_WITH(xmodmap, optwith 61 AS_HELP_STRING([--with-xmodmap=XMODMAP], [Path to xmodmap]),
|
| H A D | configure | 1483 --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 D | quartzKeyboard.c | 386 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 D | quartzKeyboard.c | 398 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 D | ctwm.1.adoc | 48 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