Skip to content

Conversation

@danirabbit
Copy link
Member

@danirabbit danirabbit commented Dec 6, 2025

Fixes #486

For some reason get_index_for_launcher is not returning a non-zero value?

@danirabbit danirabbit moved this to Needs review in OS 8.1.1 Dec 7, 2025
string[] accels = {};
var index = (int) current_pos / ItemManager.get_launcher_size ();
if (index < 9) {
accels = {"<Super>%i".printf (index + 1)};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The shortcuts are configurable so we probably should make sure to use the actually configured one here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs review

Development

Successfully merging this pull request may close these issues.

Add super number shortcuts to tooltips

3 participants