-
Notifications
You must be signed in to change notification settings - Fork 122
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
Added "Duplicate" selected app context menu option #114
Open
elig0n
wants to merge
32
commits into
kvakulo:master
Choose a base branch
from
elig0n:list_context_menu_duplicate
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
ALT + 0-9 key access to processes. i.e: ALT+1 goes to the first window ... ALT+0 goes to the tenth window. Maybe consider that for all windows. Like maybe enable the user to press some key which will then allow only numerical input so then he could type i.e.: 78 <ENTER> to switch directly to the 78th window on the list. The numbers would appear next to each app title. I find that very useful especially when I have a lot of windows open , plus it's more easier than writing a partial title . Could be ticked as default way to search in Options too, for example. P.S. When I wrote that I've also added numberical listing to the first 1-10 FormattedTitle's but it only appeared in the first invocation of the program and won't show up in further ALT+TAB's. I'm guessing It must be erased by TextChanged()...? Thanks
range check
This one adds Alt+S to sort the current list alphabetically by FormattedProcessTitle hence grouping same apps together in the list. I've let Alt+S become Alt+Q which seem to more intuitive (s being sort, q being quit [the current behavior of the app])
This one adds 1-10 numbers in bold to the list of apps so it is easy to spot and use the appropriate Alt+N key shortcut
Numerical Access merge
1-10 numerical listings in bold
Sort functionality + shortcut + shortcut replace
Update MainWindow.xaml.cs
Single click
List context menu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on the list_context_menu patch