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 shell shortcuts #672

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions linux/kinto.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,8 @@
# K("Super-Right"):K("C-M-Right"), # Default SL - Change workspace (budgie)
# K("Super-Left"):K("C-M-Left"), # Default SL - Change workspace (budgie)
K("RC-Q"): K("M-F4"), # Default SL - not-popos
K("RC-H"):K("Super-h"), # Default SL - Minimize app (gnome/budgie/popos/fedora)
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-Tab"): pass_through_key, # Default - Cmd Tab - App Switching Default
K("RC-Tab"): K("M-Tab"), # Default - Cmd Tab - App Switching Default
K("RC-Shift-Tab"): K("M-Shift-Tab"), # Default - Cmd Tab - App Switching Default
Expand Down Expand Up @@ -561,7 +562,8 @@
K("Super-k"): [K("Shift-End"), K("Backspace")],
K("Super-d"): K("Delete"),

# K("M-RC-Space"): K(""), # Open Finder - Placeholder
# K("M-RC-Space"): K(""), # Open Finder - Placeholder not-deepin
# K("M-RC-Space"): K("Super-e"), # Open Finder - Placeholder (deepin)

# Wordwise
K("RC-Left"): K("Home"), # Beginning of Line
Expand Down