mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Add keyboard shortcut for "hide" action (#5248)
* implement hide shortcut * remove parens
This commit is contained in:
parent
a0f74134bb
commit
5f8bcbd02d
2 changed files with 4 additions and 0 deletions
|
|
@ -896,6 +896,7 @@ void Player::setShortcutsActive()
|
|||
shortcutsActive = true;
|
||||
ShortcutsSettings &shortcuts = SettingsCache::instance().shortcuts();
|
||||
|
||||
aHide->setShortcuts(shortcuts.getShortcut("Player/aHide"));
|
||||
aPlay->setShortcuts(shortcuts.getShortcut("Player/aPlay"));
|
||||
aTap->setShortcuts(shortcuts.getShortcut("Player/aTap"));
|
||||
aDoesntUntap->setShortcuts(shortcuts.getShortcut("Player/aDoesntUntap"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue