This has only been used slightly without any real testing, so if you find any crashes due to it let me know.

There is absolutely no guarantee that this is usable for any purpose.
I use it without any problems to allow for easier console switching.
But ymmv.
For those more accustomed to the FreeBSD/Linux behavior.

--- sys/dev/wscons/wskbd.c      Fri Jul  8 01:40:08 2005
+++ sys.mine/dev/wscons/wskbd.c Mon Jul 11 22:20:16 2005
@@ -1370,6 +1370,7 @@

        case KS_Cmd2:
                update_modifier(sc->id, *type, 0, MOD_COMMAND2);
+               update_modifier(sc->id, *type, 0, MOD_COMMAND1);
                break;
        }

Reply via email to