| Summary: | use ctrl-alt-fn for VT flipping in fbcon? | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | bartoldeman |
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Ryan C. Gordon
2006-01-19 04:08:06 UTC
The convention in Linux is that alt-fn switches consoles in normal text mode programs (but SVGALIB programs also do this); the exceptions are X and DOSEMU (in raw keyboard mode), who use ctrl-alt-fn. Perhaps the best approach is to use alt-fn by default but use ctrl-alt-fn if the keyboard is grabbed (SDL_GRAB_ON). Or maybe this works the other way around because of the SDL_GRAB_FULLSCREEN dynamics. I'll code up a patch when I have time. Setting Sam as "QA Contact" on all bugs (even resolved ones) so he'll definitely be in the loop to any further discussion here about SDL. --ryan. I've changed CVS code to use Ctrl-Alt-FN to switch vt's |