Your message dated Sat, 11 Aug 2018 20:49:19 +0000
with message-id <e1foap5-0007kn...@fasolo.debian.org>
and subject line Bug#796248: fixed in keynav 0.20180421~git6505bd0d-1
has caused the Debian Bug report #796248,
regarding keynav: Hyper not recognized in keynavrc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
796248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796248
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: keynav
Version: 0.20110708.0-2
Severity: normal

When I try to use Hyper key modifier in keynavrc, it doesn't work.
For example, the following line

  Hyper_L+i start

doesn't make Hyper_L+i key combination working as the start key.

It seems keynav.c uses Super key instead of Hyper key.  The attached
patch fixes it.

Index: keynav-0.20110708.0/keynav.c
===================================================================
--- keynav-0.20110708.0.orig/keynav.c
+++ keynav-0.20110708.0/keynav.c
@@ -310,9 +310,10 @@ int parse_mods(char *keyseq) {
       modmask |= ControlMask;
     if ((keysym == XK_Alt_L) || (keysym == XK_Alt_R))
       modmask |= Mod1Mask;
-    if ((keysym == XK_Super_L) || (keysym == XK_Super_R)
-        || (keysym == XK_Hyper_L) || (keysym == XK_Hyper_R))
+    if ((keysym == XK_Super_L) || (keysym == XK_Super_R))
       modmask |= Mod4Mask;
+    if ((keysym == XK_Hyper_L) || (keysym == XK_Hyper_R))
+      modmask |= Mod3Mask;
 
     /* 'xmodmap' will output the current modN:KeySym mappings */
   }
-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/6 CPU cores)
Locale: LANG=C, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages keynav depends on:
ii  libc6         2.19-18
ii  libcairo2     1.14.0-2.1
ii  libglib2.0-0  2.42.1-1
ii  libx11-6      2:1.6.2-3
ii  libxdo3       1:3.20140805.1-2
ii  libxext6      2:1.3.3-1
ii  libxinerama1  2:1.1.3-1+b1

keynav recommends no packages.

keynav suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: keynav
Source-Version: 0.20180421~git6505bd0d-1

We believe that the bug you reported is fixed in the latest version of
keynav, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 796...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <a...@debian.org> (supplier of updated keynav package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 11 Aug 2018 21:58:30 +0200
Source: keynav
Binary: keynav
Architecture: source amd64
Version: 0.20180421~git6505bd0d-1
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert <a...@debian.org>
Changed-By: Axel Beckert <a...@debian.org>
Description:
 keynav     - keyboard-driven mouse cursor mover
Closes: 580892 710765 796248
Changes:
 keynav (0.20180421~git6505bd0d-1) unstable; urgency=low
 .
   * Import new upstream snapshot from 21-Apr-2018 at commit 6505bd0d.
     + Drop patch port-to-libxdo3.diff, applied upstream.
     + Add patch to revert upstream commit cb78c58e ("hack in
       /usr/local/lib to run path"), which caused the lintian error-level
       warning "binary-or-shlib-defines-rpath".
     + Replace debian/keynav.1 with upstream man page generated from
       keynav.pod. (Closes: #580892) Add perl as b-d for pod2man.
     + Add keynav.1 to debian/clean.
   * Update Vcs-* headers for move to Salsa.
   * Bump debhelper compatibility level to 11.
     + Update versioned debhelper build-dependency accordingly.
   * Declare compliance with Debian Policy 4.2.0.
     + Change Priority from extra to optional.
     + Update DEP5 format URL in debian/copyright to HTTPS.
   * Set "Rules-Requires-Root: no".
   * Add patch by Milan Zamazal to support the Hyper modifier.
     (Closes: #796248)
   * Patch upstream POD to reflect different activation combinations on
     some keyboard layouts. (Closes: #710765)
   * Add a DEP12 debian/upstream/metadata file.
   * Install upstream's example configurations.
   * Update copyright years in debian/copyright.
Checksums-Sha1:
 4ec0bd8e3a7c8bb45c14fecad32664c7404e2ca5 1993 
keynav_0.20180421~git6505bd0d-1.dsc
 21c27687ed221e83d585c966c63c1df223512e13 26414 
keynav_0.20180421~git6505bd0d.orig.tar.gz
 9a6692033f75d65ac00a0cffe0b169c3f29881df 6704 
keynav_0.20180421~git6505bd0d-1.debian.tar.xz
 97e017133d2fa06fcad060be85e658c5cd4be871 39536 
keynav-dbgsym_0.20180421~git6505bd0d-1_amd64.deb
 6823e0e2e48375e365a72ae1ec6eb96a48b712af 8340 
keynav_0.20180421~git6505bd0d-1_amd64.buildinfo
 16902866aa1bf2e349afec37753c098a2ea1d855 32996 
keynav_0.20180421~git6505bd0d-1_amd64.deb
Checksums-Sha256:
 7eac9fe64bea96d9ea1db98f489b5e417f2f65fcb952ea2d1d82c5c25d438836 1993 
keynav_0.20180421~git6505bd0d-1.dsc
 0f98d62e73364a83f990d88595b8af6c4af439cf363d70e42333184e73634de4 26414 
keynav_0.20180421~git6505bd0d.orig.tar.gz
 c10ab1ceaaefc963363069098d42fd4c029bca41e080230df9dc67c1ef8f0379 6704 
keynav_0.20180421~git6505bd0d-1.debian.tar.xz
 0a9cf209136643b4e68a28a6f0f9d3ab0f6e2f7c87f1ea305a04ebd65cc664ed 39536 
keynav-dbgsym_0.20180421~git6505bd0d-1_amd64.deb
 c6ad595faf290625c6d3b844225e59aae3dadfa3d5814dd66bcb3f2442faebfd 8340 
keynav_0.20180421~git6505bd0d-1_amd64.buildinfo
 229e34a69084bd1ae809fd540d5f4eb8e5d92c73d605a6235343a93667a583a0 32996 
keynav_0.20180421~git6505bd0d-1_amd64.deb
Files:
 f9cb236655d6c595eae5f5b7a9f88ec0 1993 utils optional 
keynav_0.20180421~git6505bd0d-1.dsc
 a9e379a0c5205e317074ce6e5dca3ed5 26414 utils optional 
keynav_0.20180421~git6505bd0d.orig.tar.gz
 c21b247860c9559ac83b4a7b7b3ed005 6704 utils optional 
keynav_0.20180421~git6505bd0d-1.debian.tar.xz
 0830431ae86291ee1417bd5659bdbc5c 39536 debug optional 
keynav-dbgsym_0.20180421~git6505bd0d-1_amd64.deb
 39ec80ddc1e8077f8d49443529c3701f 8340 utils optional 
keynav_0.20180421~git6505bd0d-1_amd64.buildinfo
 3bcf0327bc4901003ea784bdc0a21eeb 32996 utils optional 
keynav_0.20180421~git6505bd0d-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAltvQJwACgkQa+Zjx1o1
yXX69Q//RcvjRByUH1G4VBsoIUAgRZGH51U6Ay93pLpEEMdyWNYtQi6DuCnBD6/r
wyBqlc54stlPApqd9u3A9YMJjnbPnXYErpsaLgV5E2G3xFrAYAt/V3Onfhnn5BwD
gKDaJda7wXo7mHRl+Jr73qN0Af9OVW8UORnAlyxFzF4rwJrrqX8DzZWjmJO3wFO1
Dn+Ftc2j6MYMys2F94CWLYNdAV1k7hFA3sj7buQJu8XN/AZ/Mh+eev+20I5p9gFX
RlMiwIY90vOIEUtMNjAsExIh2wHxH6iZuGHr5l7sbUInEhyqbTHhdfJwaM0Rk+fp
XLC02l2+UPJODIJilsKUlqwl4VvOIh1vQuZFvvUxrPLrXYPoTqLV2R4mtxsJf4Pr
OhE7CQ5SBM0bGXJKYzwXgNBhqCIOXfHkUOgWJ9m8wWDopieZl4f3NnseFqeRkJs5
9dANgiZ6L4y1QL6OOIV8ZcQzMT8yoMup7aFoIFEi04/8Qzy2QxpCr1zgTzF67AAS
431kOpIL6UOCGaZceUfse+EO+mebupaanpJv/xHn5fxteuLwFDFbVWErGVqQfl5o
xV19MWUUvnQUzieBFCVEklGSyyDgBmX4RG+qB8WnCBa8d9kMAWXNzmk/UxkP8vSu
Mlr8COoGxGlWpvBLG0z/71iGbClbm8a1HsRSpvQZkHL3j9XrPn4=
=BZkW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to