similar to: xkbcomp is correctly applied to remap keyboard but it often gets reverted?

Displaying 20 results from an estimated 10000 matches similar to: "xkbcomp is correctly applied to remap keyboard but it often gets reverted?"

2018 Mar 01
0
[ANNOUNCE] xkbcomp 1.4.1
This release adds the path of the xkbcomp executable to the pkgconfig data, allowing the X server to find the right binary regardless of where its (the X servers) $prefix is pointed. Without this the X server will guess that xkbcomp is configured for the same prefix; since the default prefix is /usr/local, and your distribution certainly did not install xkbcomp there, 'make check' and
2017 May 01
0
[ANNOUNCE] xkbcomp 1.4.0
Hi, This xkbcomp release mostly contains a couple of bugfixes and parser improvements. Notably, ignoring keycodes that X11 can never support means that we can start using those keycodes, which xkbcommon supports. Cheers, Daniel Benno Schulenberg (1): When overriding a key, adjust also its number of levels (#57242). Daniel Stone (2): keycodes: Ignore high keycodes xkbcomp
2018 Jun 07
0
[ANNOUNCE] xkbcomp 1.4.2
Only one patch, fixing keymap compilation errors when the keycodes maximum is set to a value above the permitted X11 maximum of 255. While we already ignored keys with codes above 255, we still failed on the maximum=374; line that xkeyboard-config 2.24 produces now. Peter Hutterer (2): Ignore xkb_keycodes.maximum of > 255 xkbcomp 1.4.2 git tag: xkbcomp-1.4.2
2020 Nov 05
0
[ANNOUNCE] xkbcomp 1.4.4
Alan Coopersmith (1): Fix spelling/wording issues Miroslav Ko?k?r (1): Fix lockdevbtn to be XkbSA_LockDeviceBtn action Peter Hutterer (3): For -R and after chdir, add the current directory to the path Don't pretend unresolved symbols are an error xkbcomp 1.4.4 git tag: xkbcomp-1.4.4 https://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.4.4.tar.bz2 MD5:
2015 Nov 05
0
[ANNOUNCE] xkbcomp 1.3.1
Couple of minor fixes, the only user-visible change is that the warning when a key type is shortened is now on a verbosity level above the default verbosity. This effectively removes the warning below for all users of the german keyboard layout (and others): Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols Alan Coopersmith (1): Stop including <X11/Xalloca.h>
2020 Feb 20
0
[ANNOUNCE] xkbcomp 1.4.3
Adam Jackson (1): Suppress high-keycode warnings at the default warning level Alan Coopersmith (1): Update configure.ac bug URL for gitlab migration Andreas Boll (2): pkgconfig: Remove unneeded Requires.private configure: Remove unused AC_SUBST([REQUIRED_MODULES]) Andreas Wettstein (1): xkbcomp Fix missing support for "affect" and incorrect modifier
2008 Mar 06
0
[ANNOUNCE] xkbcomp 1.0.4
Adam Jackson (2): Bug #7645: Fix a conditional that always evaluates to FALSE. xkbcomp 1.0.4 Alan Coopersmith (1): Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am Daniel Drake (1): Bug #11025: xkbcomp COPYING file James Cloos (3): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog
2008 May 07
0
[ANNOUNCE] xkbcomp 1.0.5
Just two pretty minor changes here, but the last one might be a startup time win, so might as well ship it. (Should be in 7.4.) Daniel Stone (2): xkbcomp: Take a device ID argument Don't scan paths which make NO SENSE WHATSOEVER TO SCAN git tag: xkbcomp-1.0.5 http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.0.5.tar.bz2 MD5: 6cc96c3e4ed5d9802fe717beac008f19
2006 Apr 26
0
[ANNOUNCE] xkbcomp 1.0.2
Bug #4851: Fix up have-no-file test. CVS tag: xkbcomp-1_0_2 http://xorg.freedesktop.org/releases/individual/app/xkbcomp-1.0.2.tar.gz 65ad57be186352fbeeb530e44a8c6924 xkbcomp-1.0.2.tar.gz 1c36772c6ec5a63e6378ec92eb93512f21e99e6e xkbcomp-1.0.2.tar.gz http://xorg.freedesktop.org/releases/individual/app/xkbcomp-1.0.2.tar.bz2 8b22a5e6d780ec70bf98d31cdbd65658 xkbcomp-1.0.2.tar.bz2
2011 Nov 26
2
Bug#646987: /usr/bin/xinit: xinit fails with xkbcomp could not be invoked
The function that returns ENOMEM is actually copy_mm. It returns ENOMEM when dup_mm returns 0. copy_mm receives clone_flags and task_struct * tsk. I think tsk is pointing to the new task (the process being forked). copy_mm assigns some values into *tsk, then: tsk->mm = NULL; tsk->active_mm = NULL; then we check if current process has ->mm; if not, return 0 (effectively
2005 Mar 16
0
tftpd remap rules
Hi, Without this patch, I get a "remap rules cannot be inverted" error message with any remap rule: --- tftp-hpa-0.40/tftpd/remap.c.old 2005-03-16 16:34:34.000000000 -0500 +++ tftp-hpa-0.40/tftpd/remap.c 2005-03-16 16:22:49.000000000 -0500 @@ -275,6 +275,7 @@ int lineno = 0; int err = 0; + memset(this_rule, '\0', sizeof(struct rule)); while ( lineno++, fgets(line,
2009 Jan 07
2
OpenBSD TFTPD remap rules
Hi! I am using OpenBSD 4.4 with the build-in TFTP-Daemon for PXE. Distributing OpenBSD works fine. Now I want to distribute OpenBSD and WinPE. I've installed PXELinux 3.72 and configured it. Works also fine for PXELinux and distributing OpenBSD. To distribute WinPE I need a remap rule (\ -> /) for the TFTP-Daemon. I've created a file /etc/tftpd.remap with the following rule: rgG \\ /
2009 Apr 05
0
Using xvkbd to remap keys
Hi everyone, I tried to use xvkbd in combination with xbindkeys to remap certain keys to another one. The use is to remap any key onto numpad keys for faster access of the warcraft3 inventory. This seems to have worked before, but in my configuration it doesnt, and I'd like to know if I've done a mistake somewhere or if it is broken since some version. This is a part of my .xbindkeysrc
2006 Nov 08
0
[ANNOUNCE] Broken sums in previous announcements
Hi all, Sorry, the previous announcements had broken sums for the .tar.gz files; I've pasted the corrected sums here. Thanks Tilman, or else I wouldn't have noticed. http://xorg.freedesktop.org/archive/individual/app/luit-1.0.2.tar.gz MD5: 1acd244a489bae605a03a84d0754fb00 luit-1.0.2.tar.gz SHA1: 3ea4328256a6576e12fcdac278263d2fef6edf63 luit-1.0.2.tar.gz
2003 Jun 20
1
Remapping Serial Keyboard Input with SYSLINUX
I have a system with a Matrix Orbital keypad (only) on ttyS0 which generates it own strange bytes when keys are pressed. Is there something similar to the KBDMAP directive but for serial input? This is a serious problem for us (i.e. we have to remap the 'L' character to be interpreted the same as an "Enter" (i.e. <cr>)) and so if there isn't a way of doing this
2006 Jun 02
3
tftpd-hpa: remap '/tftpboot/ncd4/foo' into 'ncd4/foo'
Hello, This about remapping in the HPA tftp server. A client does request for '/tftpboot/ncd4/foo' which should be 'ncd4/foo' I have created a remap file that looks now like this: r tftpboot/ncd4/modshmx/login.hmx ncd4/modshmx/login.hmx r tftpboot/ncd4/modshmx/setup.hmx ncd4/modshmx/setup.hmx r tftpboot/ncd4/modshmx/term.hmx ncd4/modshmx/term.hmx Because r
2010 Oct 14
4
how to remap serial port numbers?
I want to run the same application installed in 2 Wine bottles (using Wibom) at the same time. Only one can run, not both. Because the app needs to access port numbers 10205,10206, etc., I suspect that running 2 of it (even from separate bottles) causes conflicts at the ports. I wonder if there is a way to remap the port numbers through Wine to different Linux port numbers?
2004 Jan 14
2
Remap not enabled on some builds...
Hi- Here at Columbia Unix Systems Group we experienced difficulty getting tftpd-hpa to build on certain systems (including Debian Woody), and after investigation, my officemate Lev discovered that it is a problem with the autoconf script, not the source code for the application itself. Perhaps others will be helped by this info... Good luck! Erik Dykema Sent by lev at columbia.edu on
2018 Mar 20
1
Remap values in PromotedFloats
Hello Dev, I noticed that in the function DAGTypeLegalizer::ExpungeNode we don't remap values in PromotedFloats. Any reason for this? Or it's just a bug? Regards, Yan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180320/3ad7f7d6/attachment.html>
2002 Mar 27
0
tftp-hpa and remap file examples
We just started playing round with tftp-hpa and we are very happy! The issue that is prompting me to write this is that we would like to use the remap file, but are having a hard time getting the syntax correct. I have searched the web and mailing list archive (only back to when the list moved to it's current location), but have not been able to find any examples. Would somebody be so kind