Windows 10: I Need My Ctrl+Win+D Keyboard Shortcut Back

Discus and support I Need My Ctrl+Win+D Keyboard Shortcut Back in Windows 10 Support to solve the problem; Hi, I used to use Windows 8.1 and I have an application that I use which uses a Control + Windows Key + D (Ctrl+Win+D) keyboard shortcut. But now in... Discussion in 'Windows 10 Support' started by pepanee, Aug 31, 2016.

  1. pepanee Win User

    I Need My Ctrl+Win+D Keyboard Shortcut Back


    Hi, I used to use Windows 8.1 and I have an application that I use which uses a Control + Windows Key + D (Ctrl+Win+D) keyboard shortcut. But now in Windows 10, that opens a new Desktop. I want to disable this shortcut, and activate my shortcut that I use for that application.

    Can somebody please tell me how to permanently disable certain Windows 10 keyboard shortcuts so I can use that shortcut for my application instead?

    Thanks!!

    :)
     
    pepanee, Aug 31, 2016
    #1
  2. lplp2 Win User

    Keyboard shortcut for switching to the virtual desktop on the right doesn't work

    When creating a new desktop (WIN-CTRL-D), I can switch to the left desktop using WIN-CTRL-Left, but I cannot switch back to the right desktop using WIN-CTRL-Right.

    It looks like the WIN-CTRL-Right keyboard shortcut doesn't work...
     
    lplp2, Aug 31, 2016
    #2
  3. pandaxWP Win User
    Keyboard shortcuts change

    Hi,

    Thank you for responding in such short time.

    I have laptop MSI Ge70.

    My keyboard is missing left WinKey and replaces it with Fn button, making it difficult to press some shortcuts. I often use Win+Tab, Win+C, Win+Ctrl+D. I simply need to replace the Win key in formula with Fn key so it would be Fn+Tab, Fn+C,Fn+Ctrl+D.

    I Need My Ctrl+Win+D Keyboard Shortcut Back [​IMG]

    Thank you.
     
    pandaxWP, Aug 31, 2016
    #3
  4. swarfega Win User

    I Need My Ctrl+Win+D Keyboard Shortcut Back

    What did that shortcut do?
     
    swarfega, Aug 31, 2016
    #4
  5. pepanee Win User
    Well, almost coincidentally (apparently Microsoft has been watching me *Tongue), I used that keyboard shortcut for this application called Macro Express. This program I have opens up every time I boot the computer. So since it's open all the time, I set that as a shortcut (that I got used to) which opens a program that is called DexPot. DexPot is a VERY similar feature that, well... creates a new blank Desktop!! LOL what a coincidence, right?

    You see, i would have No problem with the whole Windows 10 Task View (the thing that took away my shortcut), IF this feature allowed my other shortcuts that I'm used to.

    You see, when DexPot is open, I had also manually set keyboard shortcuts to move certain active windows to the other Desktop.
    For example: During DexPot being open, I select this Google Chrome window to make it Active, then I press Ctrl+Win+Right Arrow to send this window to Desktop #2. (And vice versa, while being in Desktop #2, I can press Ctrl+Win+Left Arrow to send whatever window over there to Desktop #1).

    Right now, I had to redefine that shortcut that opens DexPot to Ctrl+Alt+Shift+D (yet that is inconvenient, since I still use Ctrl+Win+Arrow to move stuff from Desktop to Desktop; this new shortcut kinda throws me off my logic that I was used to)

    So there's my story for ya =)
     
    pepanee, Aug 31, 2016
    #5
  6. pepanee Win User
    (Macro Express keeps an eye out for any shortcut that you have defined for it to recognize, and it would do whatever command you have set that shortcut for.)
     
    pepanee, Aug 31, 2016
    #6
  7. pepanee Win User
    You see, I am completely OK to redefine that shortcut in Macro Express to Ctrl+Alt+Win+D to use (to open DexPot, which would open up a 2nd Desktop for me), and proportionately, redefine moving windows from Desktop #1 to Desktop #2, and vice versa, to Ctrl+Alt+Win+Right/Left Arrow, yet Macro Express does not support that! =/
    (You see, I want to keep the Win key in the equation, because that will always remind me that it's another Windows Desktop)

    Since Windows 10 Task View took over Ctrl+Win+D keyboard shortcut, it's just too bad that they didn't include the Ctrl+Win+Right/Left Arrow to move windows from the first desktop to the second desktop, third, etc.

    Please somebody help me?
     
    pepanee, Sep 1, 2016
    #7
  8. bro67 Win User

    I Need My Ctrl+Win+D Keyboard Shortcut Back

    Get a keyboard that allows you to define shortcuts to extra keys, or use remapping for Function keys with the Alt or another command function. Not much you can do when an OS needs those particular mapped functions to work properly.
     
    bro67, Sep 1, 2016
    #8
  9. pepanee Win User
    You see, even if I switched it from "Ctrl+Win+D" to "Alt+Win+D", I get the Calendar/Time popping up! Ugh, does anyone have any other suggestions?
     
    pepanee, Sep 1, 2016
    #9
  10. dalchina New Member
    dalchina, Sep 1, 2016
    #10
  11. pepanee Win User
    Okay, thanks for the list of combination shortcuts to avoid, yet I don't want to disable them all either. I still want my F2 (Rename), F3 (Search), etc
     
    pepanee, Sep 1, 2016
    #11
  12. pepanee Win User
    Hmm, well, so far I made a slight adjustment. The reason why I still slightly prefer Ctrl+Win is because I can easily press the Ctrl with my center finger, and Win with my index finger, without looking at the keyboard.

    Yet, I re-defined the Macro Express shortcut to open DexPot (which once opened, it will create another Desktop) using Win+Alt+Keypad Plus Sign (cannot use Win+Alt+D because that will open the Windows calendar).

    In DexPot, I have Win+Alt+Keypad 2 to select the new blank Desktop (Desktop #2), and Win+Alt+Keypad 1 to select the original Desktop (Desktop #1).
    Also while DexPot is open (while in Desktop #1), I have Win+Alt+Right Arrow as a shortcut to move the current Active window to Desktop #2, and vice versa (while in Desktop #2, Win+Alt+Left Arrow is used to move the current Active window to Desktop #1).

    So now I rest my ring finger on Ctrl (used to confirm the location of the bottom-left-most key on the keyboard), center finger on Win and index finger on Alt.
     
    pepanee, Sep 1, 2016
    #12
  13. Dishair Win User

    I Need My Ctrl+Win+D Keyboard Shortcut Back

    I use autohotkey with this script

    #InstallKeybdHook

    ; Disable Win + Ctrl
    LWin & sc020::
    If GetKeyState("LControl")
    SendInput #{sc020}
    Else
    SendInput #{sc020}
    Return

    --------------------------
    I don't know another solution this problem. But this is really big problem when you try just press Win+D or something.
     
    Dishair, Dec 19, 2016
    #13
  14. pepanee Win User
    Hmm that would work, yet I don't want to have a 3rd party program open dedicated just to disable that simple shortcut.

    As a matter of fact, over this period of time since when I first posted this post, I set my new shortcut to:
    Win + Alt + Keypad Plus Sign
    and I'm now familiar with that shortcut instead.

    Thanks for the reply though, appreciate the help.
     
    pepanee, Dec 19, 2016
    #14
  15. Dishair Win User
    Of course the use of third-party software is not the best solution, but I have not found any other.
    On the Internet are usually advised to fully disable all Windows hot keys, but I use some of them.
    If you know any real way to solve this problem - please let me know in this thread *Smile.
    Here I posted this decision, because I think this method will be useful for many others who are looking for it.
     
    Dishair, Dec 19, 2016
    #15
Thema:

I Need My Ctrl+Win+D Keyboard Shortcut Back

Loading...
  1. I Need My Ctrl+Win+D Keyboard Shortcut Back - Similar Threads - Need Ctrl+Win+D Keyboard

  2. Ctrl D shortcut not working

    in Windows 10 Gaming
    Ctrl D shortcut not working: Hello!Like a week ago Ctrl+D combination suddenly stopped working on my laptop Windows, Xiaomi RedmiBook pro 14s in my Google Sheets, then I noticed that the shortcut doesn't work either in Google Sheets, Miro, Google Meet, or Figma. Other shortcuts like Ctrl+A, Ctrl+; etc....
  3. Ctrl D shortcut not working

    in Windows 10 Software and Apps
    Ctrl D shortcut not working: Hello!Like a week ago Ctrl+D combination suddenly stopped working on my laptop Windows, Xiaomi RedmiBook pro 14s in my Google Sheets, then I noticed that the shortcut doesn't work either in Google Sheets, Miro, Google Meet, or Figma. Other shortcuts like Ctrl+A, Ctrl+; etc....
  4. In explorer Ctrl-D is not working as Microsoft says in the list of keyboard shortcuts

    in Windows 10 Software and Apps
    In explorer Ctrl-D is not working as Microsoft says in the list of keyboard shortcuts: Re: Windows 10 21H2 19044.2846I was in Documents and accidentally hit Ctrl-D. The list of folders jumped up. At that point I realized something was deleted. It did not go to the recycle bin as the Microsoft page on keyboard shortcuts says. I then made a test folder and...
  5. In explorer Ctrl-D is not working as Microsoft says in the list of keyboard shortcuts

    in Windows 10 Network and Sharing
    In explorer Ctrl-D is not working as Microsoft says in the list of keyboard shortcuts: Re: Windows 10 21H2 19044.2846I was in Documents and accidentally hit Ctrl-D. The list of folders jumped up. At that point I realized something was deleted. It did not go to the recycle bin as the Microsoft page on keyboard shortcuts says. I then made a test folder and...
  6. Windows-Ctrl-d shortcut

    in Windows 10 BSOD Crashes and Debugging
    Windows-Ctrl-d shortcut: I saw a few questions on the Windows-Ctrl-d shortcut, with nonsatisfying answers. This shortcut creates a "virtual desktop." You get another instantiation of your desktop, but all your open programs and their taskbar icons have disappeared! And you can't get back to them with...
  7. Windows-Ctrl-d shortcut

    in Windows 10 Gaming
    Windows-Ctrl-d shortcut: I saw a few questions on the Windows-Ctrl-d shortcut, with nonsatisfying answers. This shortcut creates a "virtual desktop." You get another instantiation of your desktop, but all your open programs and their taskbar icons have disappeared! And you can't get back to them with...
  8. Windows-Ctrl-d shortcut

    in Windows 10 Software and Apps
    Windows-Ctrl-d shortcut: I saw a few questions on the Windows-Ctrl-d shortcut, with nonsatisfying answers. This shortcut creates a "virtual desktop." You get another instantiation of your desktop, but all your open programs and their taskbar icons have disappeared! And you can't get back to them with...
  9. Ctrl+1 keyboard shortcut

    in Windows 10 Customization
    Ctrl+1 keyboard shortcut: Hello everyone! I have a simple question. Whenever I press the keyboard shortcut Ctrl+1, it zooms the screen in onto the mouse, and if I press it again it zooms back out. How do I disable this? I need to use the shortcut for a different purpose on a program, but I cant if...
  10. CTRL Keyboard Shortcuts not working

    in Windows 10 Drivers and Hardware
    CTRL Keyboard Shortcuts not working: I have recently discovered that whenever I try to use keyboard shortcuts (i.e. ctrl + C, ctrl + Z, etc.) with my LEFT control key, nothing happens. Instead, it will just type the letter I tried to use in the shortcut. So if I try to copy, it will enter a C. This is only...

Users found this page by searching for:

  1. return to desktop after ctrl win d

    ,
  2. win 10 ctrl win d problem