-
-
Notifications
You must be signed in to change notification settings - Fork 449
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 opening a user's chat in a new tab/split/window with keybinds+click #3766
base: master
Are you sure you want to change the base?
Conversation
… channel - Clean up code re-use in place of WindowManager#openNewChannelWindow
…up support - Move changes from 4df320e to ChannelView::handleLinkClick method - Now properly opens channels in a new tab or split - Add ability to open in a new popup - Change keybindings and on middle mouse click to left click
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sidenote, not a fan of hardcoding such modifiers, because majority of ppl won't know these exist and there are quite a few already. Maybe adding cheatsheet somewhere in app wouldnt be bad idea :D
Implemented your suggestions. Thanks for the clarification earlier once again. If someone would like to make further changes such as by creating a proper copy constructor for Split that would be appreciated in replace of the hacky solution in
I agree with you, that's why before I made this PR I was looking into our existing hotkeys but noticed it doesn't (yet) support mouse click bindings. As for a cheatsheet, I was considering adding an unmodifiable entry into existing Hotkeys but not sure if that's how we want to go about things. |
CHANGELOG.md
was updated, if applicableThe following are the added keybinds for the modifiers required to be held when left clicking a username
Originally was for #2881 but after implementing this and re-reading the request I now realize that #3625 is what the user wanted.