private void Form1_KeyDown ( object sender , KeyEventArgs e ) { if ( e . KeyData != Keys . L ) return ; }