-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[adjacent-windows@klangman] Add two algorithm tuning options (#588)
1. Added two configuration options to offer some advanced controls over how the algorithm works when using the "Closest with a visible corner" setting. 2. Moved files to a 5.4 directory as an added protection ensuring that the extension is only used in Cinnamon 5.4 or higher. 3. Fixed some typos in the README.md file.
- Loading branch information
Showing
7 changed files
with
159 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 1.1.0 | ||
|
||
* Added two configuration options to offer some advanced controls over how the algorithm works when using the "Closest with a visible corner" window selection option. These options might help some people achieve a window selection behaviour that is more to their liking. | ||
* Moved files to a 5.4 directory as an added protection ensuring that the extension is only used in Cinnamon 5.4 or higher. | ||
* Fixed some typos in the README.md | ||
|
||
## 1.0.0 | ||
|
||
* Initial verion commited to cinnamon spices | ||
* Initial version commited to cinnamon spices |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
adjacent-windows@klangman/files/adjacent-windows@klangman/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: adjacent-windows@klangman 1.0.0\n" | ||
"Project-Id-Version: adjacent-windows@klangman 1.1.0\n" | ||
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" | ||
"extensions/issues\n" | ||
"POT-Creation-Date: 2024-03-17 22:29-0400\n" | ||
"POT-Creation-Date: 2024-03-25 21:17-0400\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -25,63 +25,63 @@ msgstr "" | |
msgid "Use hotkeys to switch to adjacent windows" | ||
msgstr "" | ||
|
||
#. settings-schema.json->keybinding-header->description | ||
#. 5.4->settings-schema.json->keybinding-header->description | ||
msgid "Hotkeys to switch focus relative to the current window" | ||
msgstr "" | ||
|
||
#. settings-schema.json->left-key->description | ||
#. 5.4->settings-schema.json->left-key->description | ||
msgid "Activate window to the left" | ||
msgstr "" | ||
|
||
#. settings-schema.json->right-key->description | ||
#. 5.4->settings-schema.json->right-key->description | ||
msgid "Activate window to the right" | ||
msgstr "" | ||
|
||
#. settings-schema.json->up-key->description | ||
#. 5.4->settings-schema.json->up-key->description | ||
msgid "Activate window above" | ||
msgstr "" | ||
|
||
#. settings-schema.json->down-key->description | ||
#. 5.4->settings-schema.json->down-key->description | ||
msgid "Activate window below" | ||
msgstr "" | ||
|
||
#. settings-schema.json->under-key->description | ||
#. 5.4->settings-schema.json->under-key->description | ||
msgid "Activate window under" | ||
msgstr "" | ||
|
||
#. settings-schema.json->under-key->tooltip | ||
#. 5.4->settings-schema.json->under-key->tooltip | ||
msgid "" | ||
"Switch to the next window in the z-order that is overlapped by the current " | ||
"window. If the key combo is pressed again within 3 sec, the focus will " | ||
"change to the next window beneath the window that originally had the focus " | ||
"during the fist key combo press." | ||
msgstr "" | ||
|
||
#. settings-schema.json->back-key->description | ||
#. 5.4->settings-schema.json->back-key->description | ||
msgid "Undo the focus change" | ||
msgstr "" | ||
|
||
#. settings-schema.json->settings-header->description | ||
#. 5.4->settings-schema.json->settings-header->description | ||
msgid "Other settings" | ||
msgstr "" | ||
|
||
#. settings-schema.json->next-focus->options | ||
#. 5.4->settings-schema.json->next-focus->options | ||
msgid "Closest to the current window" | ||
msgstr "" | ||
|
||
#. settings-schema.json->next-focus->options | ||
#. 5.4->settings-schema.json->next-focus->options | ||
msgid "Highest in the z-order" | ||
msgstr "" | ||
|
||
#. settings-schema.json->next-focus->options | ||
#. 5.4->settings-schema.json->next-focus->options | ||
msgid "Closest with a visible corner" | ||
msgstr "" | ||
|
||
#. settings-schema.json->next-focus->description | ||
#. 5.4->settings-schema.json->next-focus->description | ||
msgid "Activate the window that is..." | ||
msgstr "" | ||
|
||
#. settings-schema.json->next-focus->tooltip | ||
#. 5.4->settings-schema.json->next-focus->tooltip | ||
msgid "" | ||
"When using the Left, Right, Above or Below hotkeys, activate the window that " | ||
"is either:\n" | ||
|
@@ -93,10 +93,40 @@ msgid "" | |
"more like what most people would generally expect (I hope)." | ||
msgstr "" | ||
|
||
#. settings-schema.json->include-minimized->description | ||
#. 5.4->settings-schema.json->overlap-allowance->units | ||
msgid "pixels" | ||
msgstr "" | ||
|
||
#. 5.4->settings-schema.json->overlap-allowance->description | ||
msgid "Corner overlap allowance / minimum visibility" | ||
msgstr "" | ||
|
||
#. 5.4->settings-schema.json->overlap-allowance->tooltip | ||
msgid "" | ||
"Sets how many pixels a corner can be obscured by other windows and still be " | ||
"considered a candidate window. Also sets the minimum amount of window " | ||
"visibility in order to qualify as a candidate window" | ||
msgstr "" | ||
|
||
#. 5.4->settings-schema.json->boost-restriction->units | ||
msgid "priority" | ||
msgstr "" | ||
|
||
#. 5.4->settings-schema.json->boost-restriction->description | ||
msgid "Increase the priority of direction alignment" | ||
msgstr "" | ||
|
||
#. 5.4->settings-schema.json->boost-restriction->tooltip | ||
msgid "" | ||
"Increasing this setting gives more priority to windows that occupy the same " | ||
"area as the current window in the desired direction, and less priority to " | ||
"widows that are at an offset but closer. Max 85%" | ||
msgstr "" | ||
|
||
#. 5.4->settings-schema.json->include-minimized->description | ||
msgid "Allow switching to minimized windows" | ||
msgstr "" | ||
|
||
#. settings-schema.json->include-other-monitors->description | ||
#. 5.4->settings-schema.json->include-other-monitors->description | ||
msgid "Allow switching to windows on other monitors" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters