Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start 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