You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #666 and #667 contain some fixes for Deepin Browser (Chromium-based) and Deepin Terminal.
Most annoyingly, Cmd+W (mapped to Ctrl+Shift+W) would close all other tabs in Deepin Terminal, rather than closing the current tab. They changed the shortcut to close tabs to Alt+W.
Also fixes tab nav in both browser and terminal.
Deepin has made a number of unusual shortcut choices that affect the shell and the file manager as well as the terminal. I'm trying to track them all down.
The text was updated successfully, but these errors were encountered:
Alright, I think I actually fixed anything that was unusual in the Deepin file manager back when I did the last tune-up on the Finder mods (Xmas-ish). But, there are a couple of general shell shortcuts that I'll stick in a PR, in prep for something to be added to the installer script to enable/disable the appropriate lines.
Minimize app (hide window) in Deepin is Super+N instead of Super+H for some reason, so the usual shortcut won't work. And there is a shortcut to open a new file manager window: Super-e, so Opt+Cmd+Space can be activated for Deepin.
K("RC-H"):K("Super-h"), # Default SL - Minimize app (gnome/budgie/popos/fedora) not-deepin
# K("RC-H"):K("Super-n"), # Default SL - Minimize app (deepin)
# K("M-RC-Space"): K(""), # Open Finder - Placeholder not-deepin
# K("M-RC-Space"): K("Super-e"), # Open Finder - Placeholder (deepin)
PR #672 should add the appropriate lines for manual or automatic activation/deactivation.
RedBearAK
changed the title
Deepin Browser / Deepin Terminal fixes
Deepin Desktop / Browser / Terminal fixes
May 20, 2022
@rbreaves
PR #666 and #667 contain some fixes for Deepin Browser (Chromium-based) and Deepin Terminal.
Most annoyingly, Cmd+W (mapped to Ctrl+Shift+W) would close all other tabs in Deepin Terminal, rather than closing the current tab. They changed the shortcut to close tabs to Alt+W.
Also fixes tab nav in both browser and terminal.
Deepin has made a number of unusual shortcut choices that affect the shell and the file manager as well as the terminal. I'm trying to track them all down.
The text was updated successfully, but these errors were encountered: