mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Added hotkey for adding new location markers
This commit is contained in:
parent
fc8d65d4d1
commit
05515c59b8
4 changed files with 23 additions and 4 deletions
|
|
@ -12,6 +12,7 @@ namespace settings
|
|||
static const std::string logPrefix_ = "scwx::qt::settings::hotkey_settings";
|
||||
|
||||
static const std::unordered_map<types::Hotkey, QKeySequence> kDefaultHotkeys_ {
|
||||
{types::Hotkey::AddLocationMarker, QKeySequence {Qt::Key::Key_M}},
|
||||
{types::Hotkey::ChangeMapStyle, QKeySequence {Qt::Key::Key_Z}},
|
||||
{types::Hotkey::CopyCursorCoordinates,
|
||||
QKeySequence {QKeyCombination {Qt::KeyboardModifier::ControlModifier,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue