When re-applying the patches to 6.5, menoticed that meforgot to correct
the ommission of the following patch, that makes wsconsctl(8) play
nicely with 'OthCmd'. Sorry for the omission.

Overall, these patches still work a like charm on 6.5, although mehasn't
yet tried X on that version. 

        --zeurkous.

--- src/sbin/wsconsctl/..ar/0/map_scan.l        Mon Dec 24 06:56:50 2018
+++ src/sbin/wsconsctl/map_scan.l       Sat May 25 10:50:01 2019
@@ -76,6 +76,8 @@
                yylval.kval = i;
                if (KS_GROUP(i) == KS_GROUP_Command ||
                    KS_GROUP(i) == KS_GROUP_Screen ||
+                    i == KS_OthCmd || i == KS_OthCmd1 ||
+                                      i == KS_OthCmd2 ||
                    i == KS_Cmd || i == KS_Cmd1 || i == KS_Cmd2)
                        return(T_KEYSYM_CMD_VAR);
                else

-- 
Friggin' Machines!

Reply via email to