mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Add modifier key support when user action items.
This commit is contained in:
@@ -25,7 +25,9 @@ def query(key):
|
||||
results.append(res)
|
||||
return json.dumps(results)
|
||||
|
||||
def openUrl(url):
|
||||
def openUrl(context,url):
|
||||
#shift + enter
|
||||
#if context["SpecialKeyState"]["ShiftPressed"] == "True":
|
||||
webbrowser.open(url)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user