This is a minor patch of the sdl.c file of the qemu port. It allows the user to use the MS Logo key. I have only tested it by using it as mod4 in fluxbox with a Linux guest, however the patch is mentioned in the qemu faq to enable the Windows key to be used to run the start menu in Windows. (However, the patch they refer to is an older version referring to line 115 which is now line 141.) Fix: See patch at http://www.scottro.net As mentioned this patch is simply a redo of a patch mentioned in in the qemu faq. The patch they mention is still up at http://www.geocities.com/nixling_gone/windows_keys.txt The only change I made was to the line numbers.
Responsible Changed From-To: freebsd-ports-bugs->nox Over to maintainer.
It would have helped to give the complete url. http://www.scottro.net/patch.sdl.c -- Scott Robbins
nox 2006-12-26 22:41:13 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile Added files: emulators/qemu/files patch-sdl.c Log: Add patch to pass windows keys to qemu guests PR: ports/107216 Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor) Revision Changes Path 1.65 +1 -0 ports/emulators/qemu/Makefile 1.5 +14 -0 ports/emulators/qemu/files/patch-sdl.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!