How can I set the shortcut for "Redo" from Ctrl+Shift+Z to Ctrl+Y?

raggot

I use Ubuntu 16.04, and would like to change the shortcut for Redoing a certain action (i.e., to counteract the previously used Ctrl+Z) from Ctrl+Shift+Z to Ctrl+Y, as it is standard in Windows and therefore in my subconscious typing.

I followed these instructions but could not find how to specifically change this shortcut, as I could not find it in the Keyboard settings.

David Foerster

Since you explicitly ask for a system- or at lease session-wide solution in the comments: this cannot be done in a way that doesn't break lots of other things.

The Ctrl+Z, Ctrl+Y, and Ctrl+Shift+Z shortcuts that you mention are handled on the application level. Although it's possible to intercept and “translate” them before they ever reach an application it would interfere with many other things, e. g. applications that bind these to unrelated actions.1

Instead I recommend that you change the on the application level. Many applications without a distinct interface to change keyboard shortcuts still allow changes to them through their toolkit configuration, e. g.


1 If you still want to try it please look at xmodmap or xdotool. Relevant questions are:

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How to configure IntelliJ (also Android Studio) redo shortcut to CTRL+Y instead of CTRL+SHIFT+Z?

From Dev

Use Ctrl+Shift+Z as a shortcut for the Redo action in MySQL Workbench for Windows

From Dev

How Can I Disable the Global Shortcut CTRL + SHIFT + U in Linux Mint?

From Dev

Visual Studio Redo shortcut Ctrl + Y stops working after copy

From Dev

How to disable Ctrl + Shift + C shortcut in Firefox?

From Dev

Why can't I reasign the "Undo" function as ctrl+y instead of ctrl+shift+z. Why can't I remove the default "yank" command

From Dev

In autoit hotkey setting, how can I set the hotkey "ctrl + shift + alt + F1" to work?

From Dev

Safe redo (Ctrl-Y)

From Dev

Android Studio undo (Ctrl-Z) / redo (Ctrl-Y) not working

From Dev

How can I disable Ctrl+Shift+Arrow from causing my screen to flip?

From Dev

How can I disable the default Konsole shortcut (CTRL + ALT + T)?

From Dev

Shortcut to send telnet session to background conflicts with Cisco terminal shortcut: Ctrl+Z.How do I change that?

From Dev

Eclipse lost shortcut for inspect while debugging ctrl+shift+i

From Dev

Eclipse lost shortcut for inspect while debugging ctrl+shift+i

From Dev

OpenLayers 3 : DragZoom, change shortcut from [Click + Shift] to [Click + Ctrl]

From Dev

CTRL SHIFT Z Windows freezes

From Dev

How to get Ctrl+Shift combination for Excel macro shortcut?

From Dev

How to change ctrl-shift-j shortcut on Google Chrome?

From Dev

How to change keyboard layout shortcut to ctrl+shift on Debian 9?

From Dev

How to use redux time travel and bind it to ctrl + z and ctrl + shift + z keybinds?

From Dev

Fix physical location of Undo (Ctrl-Z) and Redo (Ctrl-Y) shortcuts between German and Russian keyboard layouts in Windows

From Dev

Can I map something to Ctrl+Shift in i3?

From Dev

How can I make my Super keys (Windows Key) behave more like Ctrl/Alt/Shift in Linux

From Dev

How can I disable Ctrl+Shift+W on Chrome for Windows 7

From Dev

How can I use “Ctrl + Shift + V” to paste plain, non-formatted text, into a Word document?

From Dev

Gedit has an unlisted Ctrl-D shortcut which deletes a line. How can I override it?

From Dev

Evernote hijacked my CTRL+Alt+V shortcut. How can I get it back?

From Dev

Gedit has an unlisted Ctrl-D shortcut which deletes a line. How can I override it?

From Dev

How can I prevent Ctrl+C from "going outwards"?

Related Related

  1. 1

    How to configure IntelliJ (also Android Studio) redo shortcut to CTRL+Y instead of CTRL+SHIFT+Z?

  2. 2

    Use Ctrl+Shift+Z as a shortcut for the Redo action in MySQL Workbench for Windows

  3. 3

    How Can I Disable the Global Shortcut CTRL + SHIFT + U in Linux Mint?

  4. 4

    Visual Studio Redo shortcut Ctrl + Y stops working after copy

  5. 5

    How to disable Ctrl + Shift + C shortcut in Firefox?

  6. 6

    Why can't I reasign the "Undo" function as ctrl+y instead of ctrl+shift+z. Why can't I remove the default "yank" command

  7. 7

    In autoit hotkey setting, how can I set the hotkey "ctrl + shift + alt + F1" to work?

  8. 8

    Safe redo (Ctrl-Y)

  9. 9

    Android Studio undo (Ctrl-Z) / redo (Ctrl-Y) not working

  10. 10

    How can I disable Ctrl+Shift+Arrow from causing my screen to flip?

  11. 11

    How can I disable the default Konsole shortcut (CTRL + ALT + T)?

  12. 12

    Shortcut to send telnet session to background conflicts with Cisco terminal shortcut: Ctrl+Z.How do I change that?

  13. 13

    Eclipse lost shortcut for inspect while debugging ctrl+shift+i

  14. 14

    Eclipse lost shortcut for inspect while debugging ctrl+shift+i

  15. 15

    OpenLayers 3 : DragZoom, change shortcut from [Click + Shift] to [Click + Ctrl]

  16. 16

    CTRL SHIFT Z Windows freezes

  17. 17

    How to get Ctrl+Shift combination for Excel macro shortcut?

  18. 18

    How to change ctrl-shift-j shortcut on Google Chrome?

  19. 19

    How to change keyboard layout shortcut to ctrl+shift on Debian 9?

  20. 20

    How to use redux time travel and bind it to ctrl + z and ctrl + shift + z keybinds?

  21. 21

    Fix physical location of Undo (Ctrl-Z) and Redo (Ctrl-Y) shortcuts between German and Russian keyboard layouts in Windows

  22. 22

    Can I map something to Ctrl+Shift in i3?

  23. 23

    How can I make my Super keys (Windows Key) behave more like Ctrl/Alt/Shift in Linux

  24. 24

    How can I disable Ctrl+Shift+W on Chrome for Windows 7

  25. 25

    How can I use “Ctrl + Shift + V” to paste plain, non-formatted text, into a Word document?

  26. 26

    Gedit has an unlisted Ctrl-D shortcut which deletes a line. How can I override it?

  27. 27

    Evernote hijacked my CTRL+Alt+V shortcut. How can I get it back?

  28. 28

    Gedit has an unlisted Ctrl-D shortcut which deletes a line. How can I override it?

  29. 29

    How can I prevent Ctrl+C from "going outwards"?

HotTag

Archive