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

Remove obsolete shortcuts and shortcuts only used in GNOME #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JustSoup312
Copy link

@JustSoup312 JustSoup312 commented May 7, 2024

Description

Fixes #46
Depends: BuddiesOfBudgie/magpie#21

Many keyboard shortcuts in budgie-control-center do not work in Budgie. This MR removes these shortcuts for now.

Submitter Checklist

  • Squashed commits with git rebase -i (if needed)
  • Built budgie-control-center and verified that the patch worked (if needed)

@serebit serebit changed the title Remove obsolete shortcuts and shorcuts only used in GNOME Remove obsolete shortcuts and shortcuts only used in GNOME May 7, 2024
@JustSoup312 JustSoup312 marked this pull request as ready for review May 7, 2024 22:58
@JustSoup312 JustSoup312 requested a review from a team as a code owner May 7, 2024 22:58
@@ -13,7 +9,5 @@

<KeyListEntry name="home" description="Home folder"/>

<KeyListEntry name="search" description="Search" msgctxt="keybinding">Search</KeyListEntry>

Copy link
Contributor

Choose a reason for hiding this comment

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

fair enough +1

@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" name="Launchers">

<KeyListEntry name="help" description="Launch help browser"/>

<KeyListEntry name="control-center" description="Settings"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Kind of innocuous ... I suppose if set this should in theory launch budgie-control-center but I don't think we have a helper to-do this. So fair enough

@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" name="Launchers">

<KeyListEntry name="help" description="Launch help browser"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

fair enough +1

@@ -1,20 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<KeyListEntries group="system" name="Accessibility" schema="org.gnome.settings-daemon.plugins.media-keys">

<KeyListEntry name="magnifier" description="Turn zoom on or off"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Some distros (e.g.) Ubuntu Budgie ship third-party tools such as magnus for the zoom feature. I'll need to check this together with the Zoom in/out

<KeyListEntry name="screenreader" description="Turn screen reader on or off"/>

<KeyListEntry name="on-screen-keyboard" description="Turn on-screen keyboard on or off"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Definitely not - onboard if shipped should be launched.

<KeyListEntry name="increase-text-size" description="Increase text size"/>

<KeyListEntry name="decrease-text-size" description="Decrease text size"/>

<KeyListEntry name="toggle-contrast" description="High contrast on or off"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Will need to check this - again its an accessory feature

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.

some keyboard shortcuts are gnome-shell specific
2 participants