Skip to content

Commit

Permalink
Tweak keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 2, 2024
1 parent 2e6f859 commit 026e30c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions applications/system-service/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ Window{
onActivated: controller.screenshot()
}
Shortcut{
sequences: ["Ctrl+Shift+Esc", "Ctrl+Shift+1", "Launch0"]
sequences: ["Ctrl+Shift+Esc", "Ctrl+Shift+1"]
context: Qt.ApplicationShortcut
onActivated: controller.processManager()
}
Shortcut{
sequences: ["Meta+Backspace", "End+Backspace"]
sequences: ["Meta+Backspace", "End+Backspace", StandardKey.Back]
context: Qt.ApplicationShortcut
onActivated: controller.back()
}
Expand Down
5 changes: 1 addition & 4 deletions assets/opt/etc/keyd/oxide.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ right = end
left = home
up = pageup
down = pagedown
backspace = macro(end+backspace)
l = macro(end+l)

[meta+alt]
4 = macro(leftalt+f4)
Expand All @@ -31,9 +29,8 @@ l = macro(end+l)
\ = |
, = {
. = }
s = macro(leftshift+end+s)

[ctrl:C]

[ctrl+shift]
1 = computer
1 = macro(ctrl+shift+esc)

0 comments on commit 026e30c

Please sign in to comment.