Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard Handle #95

Open
rypz79 opened this issue Jun 11, 2018 · 6 comments
Open

Keyboard Handle #95

rypz79 opened this issue Jun 11, 2018 · 6 comments

Comments

@rypz79
Copy link

rypz79 commented Jun 11, 2018

Hi,

You loose the handle when pressing ENTER on an app,menu or an icon.
Instead of opening it, It jumps to the search bar and writes some kind of an hyphen character.

Thanks
screenshot from 2018-06-11 13-09-52
screenshot from 2018-06-11 13-10-33
screenshot from 2018-06-11 13-11-06

@The-Panacea-Projects
Copy link
Owner

Are you using the latest version from Github?

@The-Panacea-Projects
Copy link
Owner

screenshot from 2018-06-11 10-56-59
Hide Menuarrow option.

@rypz79
Copy link
Author

rypz79 commented Jun 12, 2018

Are you using the latest version from Github?

Now I am and it fixes the problem (still I cannot increase the start-here icon size) but it's not synced with the shell extension website.

When I update things go bad again.

Thanks

screenshot from 2018-06-12 07-48-42

@The-Panacea-Projects
Copy link
Owner

Master branch is ahead most of the time. After submission and reviews are done the shell extension website will update to the latest version.

As for adjusting the icon size that feature is yet to be added.

@rypz79
Copy link
Author

rypz79 commented Jun 15, 2018

Is there a way to bind only the </Super/> key (without other keys) to the menu shortcut key ??
Currently he it refuses. It says:

Invalid accelerator. Try F12, </Super/>Space, |ctrl>|alt>|shift>a, etc...

If it will be possible I'll rebind the default action (show activities overview) to another key.

Thank you

@rypz79
Copy link
Author

rypz79 commented Sep 5, 2018

@The-Panacea-Projects hello (again) ,

I'm still trying to bind </Super/> (without any key) to open the panel menu (old habits die hard I guess 😃 )
In prefs.js lines 528-537:

File: /home/roey/.local/share/gnome-shell/extensions/[email protected]/prefs.js
528: let [key, mods] = Gtk.accelerator_parse(entry.get_text());
529: if(Gtk.accelerator_valid(key, mods)) {
530:     keyboardAccelEntry["secondary-icon-name"] = null;
531:     keyboardAccelEntry["secondary-icon-tooltip-text"] = null;
532:     let shortcut = Gtk.accelerator_name(key, mods);
533:     this.settings.set_strv('panel-menu-keyboard-accelerator', [shortcut]);
534: } else {
535:     keyboardAccelEntry["secondary-icon-name"] = "dialog-warning-symbolic";
536:     keyboardAccelEntry["secondary-icon-tooltip-text"] = _("Invalid accelerator. Try F12, <Super>space, <Ctrl><Alt><Shift>a, etc.");
537: }

Line 532 Gtk.accelerator_name(key, mods); cannot take without any other key ?

Lines 535-6 looks like an input sanity check, if I remove the else Gtk.accelerator_name(key, mods); will accept </Super/> or any other key as an accelerator ?

TNX ALOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants