Skip to content

Commit

Permalink
fixed F4 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
N7K5 committed Jun 5, 2022
1 parent 348cc38 commit 94f2ba7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CoverflowAltTab@dmo60.de/switcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@ var Switcher = class Switcher {
case Clutter.F4:
// Q -> Close window
this._manager.removeSelectedWindow(this._windows[this._currentIndex]);
this._checkDestroyedTimeoutId = Mainloop.timeout_add(
CHECK_DESTROYED_TIMEOUT,
() => this._checkDestroyed(this._windows[this._currentIndex])
);
return true;

case Clutter.KEY_Right:
Expand Down

0 comments on commit 94f2ba7

Please sign in to comment.