# Editing Processing IDE shortcuts / hotkeys?

**URL:** https://discourse.processing.org/t/editing-processing-ide-shortcuts-hotkeys/22894
**Category:** Processing
**Created:** [July 29, 2020, 2:01am UTC](https://discourse.processing.org/t/editing-processing-ide-shortcuts-hotkeys/22894 "2020-07-29T02:01:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pablohotsauce](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/pablohotsauce/32/10113_2.png) [@pablohotsauce](https://discourse.processing.org/u/pablohotsauce)
#### Post date: [July 29, 2020, 2:01am UTC](https://discourse.processing.org/t/editing-processing-ide-shortcuts-hotkeys/22894/1 "2020-07-29T02:01:01Z")

</div>

Is there a way to edit the default shortcuts used in the Processing IDE?

In particular, I want to change Redo’s shortcut away from the default Ctrl+Y to Ctrl+Shift+Z.

Is there a custom line I can add to preferences.txt or something? (There’s nothing in there currently about this shortcut.) Or is there some other way?

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [July 29, 2020, 3:10pm UTC](https://discourse.processing.org/t/editing-processing-ide-shortcuts-hotkeys/22894/2 "2020-07-29T15:10:28Z")

</div>

Hello,

If you are adventurous:

> **[processing/processing](https://github.com/processing/processing/wiki/Build-Instructions)**
>
> Source code for the Processing Core and Development Environment (PDE) - processing/processing

I once did a build of Processing to move this folder:  
C:\Users\me\AppData\Roaming\Processing

To the local drive (or otherwise) so it was portable and I could use it on a USB stick and bring my preferences along with me.

You may also be able to change your hotkeys and shortcuts.

I won’t be providing support for this.

`:)`
