Review of "X11 Gestures" version 12

Details Page Preview

Enable GNOME Shell multi-touch gestures on X11. Requires Touchégg https://github.com/JoseExposito/touchegg#readme

Extension Homepage
https://github.com/JoseExposito/gnome-shell-extension-x11gestures

No comments.

Diff Against

Files

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

All Versions

Version Status
24 Active
23 Active
22 Active
21 Rejected
20 Rejected
19 Rejected
18 Rejected
17 Active
16 Inactive
15 Active
14 Active
13 Active
12 Active
11 Active
10 Active
9 Active
8 Active
7 Active
6 Active
5 Rejected
4 Inactive
3 Inactive
2 Inactive
1 Inactive

Previous Reviews on this Version

JustPerfection waiting for author
xdgPaths is const, why do you push after that? Want to change that to let?
JoseExposito posted a review
Hi @JustPerfection and thanks for your review. xdgPaths is an object (array). The pointer to the object is const, but not the object itself, making it possible to push values. You can quickly test it in the Node.js REPL/your browser. My linter prefers cont in this cases, that's why I'd prefer to keep it as const.
JustPerfection active
Ok.