mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
nuke all the #if 0's
scripted commit:
find . -not -path '*/.*' -and -not -path '*/ext*' -type d -exec coan source -R -E {} ';'
https://coan2.sourceforge.net/coan_man_1.html
This commit is contained in:
committed by
Asdow
parent
6afe785f4b
commit
8b1c4effa0
@@ -751,7 +751,6 @@ BOOLEAN HandleTextInput( InputAtom *Event )
|
||||
}
|
||||
//For any number of reasons, these ALT and CTRL combination key presses
|
||||
//will be processed externally
|
||||
#if 1
|
||||
if( Event->usKeyState & CTRL_DOWN )
|
||||
{
|
||||
if( Event->usParam == 'c' || Event->usParam == 'C' )
|
||||
@@ -786,7 +785,6 @@ BOOLEAN HandleTextInput( InputAtom *Event )
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
if( Event->usKeyState & ALT_DOWN || Event->usKeyState & CTRL_DOWN && Event->usParam != DEL )
|
||||
return FALSE;
|
||||
//F1-F12 regardless of state are processed externally as well.
|
||||
|
||||
Reference in New Issue
Block a user