Can't bind Win Ctrl Shift + (Left|Right) from settings GUI
See original GitHub issueInstead, the window responds to the Win Shift + arrow combination.
After some deduction, I managed to work around it by modifying C:\Users\USERNAME\AppData\Local\Packages\46846grabacr.net.SylphyHorn_vwznf8jfphrrc\LocalCache\Local\grabacr.net\SylphyHorn\Settings.xml
(when SylphyHorn is closed) to contain the below code, then restarted it.
<KeyValueOfstringanyType>
<Key>ShortcutKeySettings.MoveLeftAndSwitch</Key>
<Value xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string">37,91,162,160</Value>
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>ShortcutKeySettings.MoveRightAndSwitch</Key>
<Value xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string">39,91,162,160</Value>
</KeyValueOfstringanyType>
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
How to disable Ctrl+Shift keyboard layout switch ...
In the Windows Start Menu Search type Advanced Keyboard Settings ... If you're like me, you will also want to disable ctrl+shift hotkey...
Read more >Left Ctrl + Shift switches my keyboard to Dvorak and I ...
5 Answers 5 · Open the "Region and Language" panel from the control panel. · Click the "Keyboards and Languages" tab. · Click...
Read more >ctrl+shift not working together
I am running windows 11 21H2 and suddenly I am not able to use the left shift+ctrl together. Tried changing language settings typing...
Read more >Shift+Super+Right keybinding doesn't work work
The keybindings all appear correctly on the GUI (Settings > Keyboard > Shortcuts > Windows > Inter-monitor), although I strangely cannot assign ...
Read more >Something blocks Ctrl+Alt+left/right-arrow keyboard ...
The problem is that the Ubuntu 18.04 Settings GUI doesn't show all the keyboard shortcuts. It doesn't list "Move (Switch) to workspace to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Roy-Orbison So, I figured out why no key combo was working for me: combos are not active until the Settings window is closed. 😄
There is a workaround so it all works from Settings panel! In order to get the OS to ignore combinations that contain but are not the same as native ones, simply hold the modified key first, then the modifiers, then release modifiers, then release the modified key. E.g. hold Left key alone, then hold Win & Shift & Ctrl, let go of Win & Shift & Ctrl, let go of Left.
I still think the defaults for new installs should be Win + Shift + Ctrl + Left/Right for the move and switch actions.