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

[Feature Requrst] Focus title shortcut #112

Closed
void285 opened this issue Mar 26, 2019 · 9 comments
Closed

[Feature Requrst] Focus title shortcut #112

void285 opened this issue Mar 26, 2019 · 9 comments
Assignees

Comments

@void285
Copy link

void285 commented Mar 26, 2019

Hi, I found if the focus is at the edit area, there is no way to focus the title/tag area except for mouse clicks, and the focus switch loop among controls will terminate once it reaches the edit area.

I think it's neccessary to provide a method to focus on the title/tag area with keyboard, for example a default Escase behavior when focus is at edit area, and a FocusTitle/FocusTag shortcut which can be configured in settings. Please consider that if possible.

@Mikescher Mikescher self-assigned this Mar 26, 2019
@void285
Copy link
Author

void285 commented Mar 27, 2019

Hi, I found after FocusTag action and inputing nothing, the FocusTitle action will fail. I'm not sure if this is expected, because the blinking cursor indicates it's "edit status", or this is not by design?

@Mikescher
Copy link
Owner

I'm not sure what you mean? If you are in the tag control and press the FocusTitle shortcut the title textfield will be selected and you can edit the title (I just tested it)

You have to be careful to set the correct scopes for the shortcuts - The FocusTitle shortcut should be scoped whole window (or even system global), otherwise it won't work while your focus is in the tag control

@void285
Copy link
Author

void285 commented Mar 27, 2019

I originally set the shortcut scope to whole window, now I change it to system global and it works, thank you!

@Mikescher
Copy link
Owner

Mikescher commented Mar 27, 2019

Thats strange, it should work with whole window as the scope.
System global really registers a hotkey in windows that works as long as AN is being executed (even if its minimized or in the background)
What shortcut did you set for FocusTitle? Perhaps there is some strange conflicts with some other shortcut...

@void285
Copy link
Author

void285 commented Mar 27, 2019

I set ctrl+up for FocusTitle.

@void285
Copy link
Author

void285 commented Mar 27, 2019

And I was tell it is conflict with a ctrl+shift+up shortcut. I just opened issue about that.

@void285
Copy link
Author

void285 commented Mar 27, 2019

I change FocusTitle to ctrl+t with whole window scope and the problem solved.

@void285
Copy link
Author

void285 commented Mar 27, 2019

I found when focus is at the title control, and FocusEditor is set to ctrl+down(with whole window scope), it fails to focus on the edit area with the shortcut. It seems the ctrl+down does what End does by default.

@Mikescher
Copy link
Owner

Ah yeah - Windows shortcuts...

Some of them can't normally be overriden by mortal programs (I guess you would also get problems if you try to register a Win+L shortcut)

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