Review of "Application Hotkeys" version 4

Details Page Preview

Launch, show, and hide applications using hotkeys.

Extension Homepage
https://codeberg.org/aaimio/application-hotkeys

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
17 Unreviewed
16 Active
15 Rejected
14 Active
13 Active
12 Rejected
11 Rejected
10 Inactive
9 Inactive
8 Inactive
7 Inactive
6 Inactive
5 Inactive
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Please don't store any instance of objects in a property in the default class you are exporting (line 15-16 `prefs.js`) that won't allow the garbage collector to do its job after window close: [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) You can clean up on: ```js window.connect('close-request', () => { // clean up here }); ```