Review of "Tactile" version 1

Details Page Preview

Tile windows on a custom grid using your keyboard. Type Super-T to show the grid, then type two tiles (or the same tile twice) to move the active window. The grid can be up to 4x3 (corresponding to one hand on the keyboard) and each row/column can be weighted to take up more or less space.

Extension Homepage
https://gitlab.com/lundal/tactile

No comments.

FAQ

Files

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

All Versions

Previous Reviews on this Version

JustPerfection rejected
1. You cannot create objects in Extension constructor: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization move this line to enable: this._settings = ExtensionUtils.getSettings(); 2. Use "40" instead of "40.0". In that case it will support all minor versions of 40. If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions
lundal posted a review
1. Ok. I thought there was an exception for settings, since both the official guide (https://gjs.guide/extensions/development/preferences.html#integrating-gsettings) and official extensions (https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/blob/main/extensions/user-theme/extension.js) do it in the constructor. 2. Will do.
JustPerfection posted a review
Thanks for the report. I fixed the gjs.guide page 3 days ago: https://gitlab.gnome.org/ewlsh/gjs-guide/-/commit/5dfbd8cc738cd9e83619f1a21814524dab8b3579