Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deepin Desktop / Browser / Terminal fixes #668

Open
RedBearAK opened this issue May 19, 2022 · 3 comments
Open

Deepin Desktop / Browser / Terminal fixes #668

RedBearAK opened this issue May 19, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@RedBearAK
Copy link
Contributor

@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.

@RedBearAK RedBearAK added the bug Something isn't working label May 19, 2022
@rbreaves
Copy link
Owner

rbreaves commented May 20, 2022

Leaving open for now as I assume more is to come, unless you say otherwise or this thread gets stale at some point, but the PRs have been merged.

@RedBearAK
Copy link
Contributor Author

@rbreaves

Thanks! Yes, there should be a few more fixes for Deepin as soon as I can get to it.

@RedBearAK
Copy link
Contributor Author

@rbreaves

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 RedBearAK changed the title Deepin Browser / Deepin Terminal fixes Deepin Desktop / Browser / Terminal fixes May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants