mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
[PastePlain]Set default shortcut to Ctrl+Win+Alt+V (#24599)
This commit is contained in:
@@ -97,7 +97,7 @@ private:
|
||||
{
|
||||
Logger::info("PastePlain is going to use default shortcut");
|
||||
m_hotkey.win = true;
|
||||
m_hotkey.alt = false;
|
||||
m_hotkey.alt = true;
|
||||
m_hotkey.shift = false;
|
||||
m_hotkey.ctrl = true;
|
||||
m_hotkey.key = 'V';
|
||||
|
||||
Reference in New Issue
Block a user