Skip to content

Commit

Permalink
Default to Win Shift R
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Aug 25, 2022
1 parent 9302213 commit 8909b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/PowerOCR/PowerOCRModuleInterface/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class PowerOCR : public PowertoyModuleIface
m_hotkey.alt = false;
m_hotkey.shift = true;
m_hotkey.ctrl = false;
m_hotkey.key = 'R';
m_hotkey.key = 'T';
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/settings-ui/Settings.UI.Library/PowerOcrProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class PowerOcrProperties
{
public PowerOcrProperties()
{
ActivationShortcut = new HotkeySettings(true, false, false, true, 0x52); // Win+Shift+R
ActivationShortcut = new HotkeySettings(true, false, false, true, 0x54); // Win+Shift+T
}

public HotkeySettings ActivationShortcut { get; set; }
Expand Down

0 comments on commit 8909b7c

Please sign in to comment.