-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
base: main
Are you sure you want to change the base?
Conversation
c5aa776
to
d3f4a4f
Compare
d3f4a4f
to
dfe6251
Compare
dfe6251
to
18077c8
Compare
@@ -13,7 +9,5 @@ | |||
|
|||
<KeyListEntry name="home" description="Home folder"/> | |||
|
|||
<KeyListEntry name="search" description="Search" msgctxt="keybinding">Search</KeyListEntry> | |||
|
There was a problem hiding this comment.
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"/> |
There was a problem hiding this comment.
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"/> |
There was a problem hiding this comment.
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"/> |
There was a problem hiding this comment.
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"/> |
There was a problem hiding this comment.
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"/> |
There was a problem hiding this comment.
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
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
git rebase -i
(if needed)