File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,19 +201,19 @@ MainWindow.prototype = {
201
201
this . toggleFullScreen ( ) ;
202
202
203
203
if ( key == 65364 /* Gdk.KEY_Down */ ) {
204
- log ( 'down ' + Gtk . DirectionType . DOWN ) ;
204
+ // log('down ' + Gtk.DirectionType.DOWN);
205
205
this . _application . emitSelectionEvent ( Gtk . DirectionType . DOWN ) ;
206
206
}
207
207
else if ( key == 65362 ) {
208
- log ( 'up ' + Gtk . DirectionType . UP ) ;
208
+ // log('up ' + Gtk.DirectionType.UP);
209
209
this . _application . emitSelectionEvent ( Gtk . DirectionType . UP ) ;
210
210
}
211
211
else if ( key == 65361 ) {
212
- log ( 'left ' + Gtk . DirectionType . LEFT ) ;
212
+ // log('left ' + Gtk.DirectionType.LEFT);
213
213
this . _application . emitSelectionEvent ( Gtk . DirectionType . LEFT ) ;
214
214
}
215
215
else if ( key == 65363 ) {
216
- log ( 'right ' + Gtk . DirectionType . RIGHT ) ;
216
+ // log('right ' + Gtk.DirectionType.RIGHT);
217
217
this . _application . emitSelectionEvent ( Gtk . DirectionType . RIGHT ) ;
218
218
}
219
219
return false ;
You can’t perform that action at this time.
0 commit comments