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

Install default config file, set Pop-like keyboard shortcuts #4

Merged
merged 2 commits into from
Apr 11, 2022

Conversation

jackpot51
Copy link
Member

This makes sure config.ron is installed at /etc/cosmic-comp/config.ron in the debian packaging, and sets the default shortcuts to ones closer to those used on Pop. There are some TODOs in the updated config file to indicate what needs to be done to better match Pop's current shortcuts.

@jackpot51 jackpot51 requested a review from Drakulix April 11, 2022 18:51
@jackpot51 jackpot51 self-assigned this Apr 11, 2022
Copy link
Member

@Drakulix Drakulix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

(modifiers: [Logo], key: "h"): Orientation(Horizontal),
(modifiers: [Ctrl], key: "Return"): Spawn("gnome-terminal"),
(modifiers: [Logo], key: "o"): Orientation(Horizontal),
//TODO: ability to select default web browser
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, that this will likely be done by a matching portal implementation eventually anyway.
Either the portal will bind some default shell-keys itself or e.g. cosmic-launcher will request this particular set of key bindings through a portal.

See discussion of global hotkeys on wayland:

The sets of apps provided here are a good start though. 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds good to me

@Drakulix Drakulix merged commit 201663d into master_jammy Apr 11, 2022
@jackpot51 jackpot51 deleted the config_jammy branch April 11, 2022 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants