Reenable disabled window switching shortcuts in 10.4 builds

This commit is contained in:
Damien Plisson 2009-12-12 08:45:16 +00:00
parent 86028a6631
commit b6bf852670

@ -245,6 +245,10 @@ extern "C" {
case 'w':
case 'h':
case 'm':
case '<':
case '>':
case '~':
case '`':
return NO;
default:
return YES;