Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

New Keyboard Shortcut to run Workflows [CTRL] + [ENTER]

The more python and R development I do the more I want to use the shortcutes [CTRL] + [ENTER] to run my workflow,

 

Is it possible to add this as a second way to run the workflow? 

 

I'm thinking its going to have to have a new shortcut anyways with cloud as [CTRL] + [R] would refresh the page! :D

 

Asking for a friend :D

4 Comments
cgoodman3
14 - Magnetar
14 - Magnetar

Great idea, as I’ve been caught out by trying to use Ctrl+R in browser!

patrick_digan
17 - Castor
17 - Castor

👍

pantusot
7 - Meteor

In the meantime, try this:

 

Run the following command in PowerShell:

pip install keyboard

 

Run the following script in Python:

import keyboard
keyboard.add_hotkey("ctrl+enter", lambda: keyboard.send("ctrl+r"), suppress=True, trigger_on_release=True)
AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team
Status changed to: Accepting Votes