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

add more default shortcuts #4349

Merged
merged 2 commits into from
Aug 6, 2023
Merged

Conversation

ebbit1q
Copy link
Member

@ebbit1q ebbit1q commented May 13, 2021

Short roundup of the initial problem

a lot of actions in the client don't start out with a keyboard combo, if we set more defaults people might ask about them less, and if they don't like them they're going to have to change them in the settings

What will change with this Pull Request?

replace the ctrl a look at top of library shortcut with ctrl shift n
use ctl a for draw arrow
replace ctrl shift b for toggle sideboard lock
use ctrl b for move card to bottom of library
replace ctrl shift m for mill cards.. with alt m
use ctrl shift l for start local game
add keyboard shortcuts for all 3 counter colors using , . / keys
use ctrl [ ] \ for the "other" counter
add ctrl = as an easy alternative to ctrl + for people without keypads
( on linux ctrl alt keypad + is a special key that is reserved in x
it produces the XF86_Next_VMode keyboard event which isn't bindable )
use alt u for toggling untapping
use alt l for peeking at cards
use ctrl alt u for unattaching cards
use alt n for set annotation
use alt y for milling one card
ctrl shift p opens the settings
alt f flips a card

this will be disruptive to players that have bound these keys to other things in the settings already as they will end up with duplicate shortcut entries, we hope that these people still remember that you can change them in the settings at any time

@ebbit1q
Copy link
Member Author

ebbit1q commented May 13, 2021

I'd also like a shortcut to open the settings, I like ctrl shift p but there are other options, not many apps have a shortcut for settings as far as I can see though

replace the ctrl a look at top of library shortcut with ctrl shift n
use ctl a for draw arrow
replace ctrl shift b for toggle sideboard lock
use ctrl b for move card to bottom of library
use ctrl shift l for start local game
add keyboard shortcuts for all 3 counter colors using , . / keys
use ctrl [ ] \ for the "other" counter
add ctrl = as an easy alternative to ctrl + for people without keypads
( on linux ctrl alt keypad + is a special key that is reserved in x
  it produces the XF86_Next_VMode keyboard event which isn't bindable )
use alt u for toggling untapping
use alt l for peeking at cards
use ctrl alt u for unattaching cards
use alt n for set annotation
use alt y for milling one card
@ZeldaZach ZeldaZach merged commit e3552fc into Cockatrice:master Aug 6, 2023
@ebbit1q ebbit1q deleted the moredefaultshortcuts branch August 15, 2023 13:31
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

Successfully merging this pull request may close these issues.

None yet

2 participants