mirror of
https://github.com/swaywm/sway.git
synced 2026-03-24 09:06:16 -04:00
add keybind remap
This commit is contained in:
parent
055be4ec35
commit
6e983f6943
8 changed files with 223 additions and 10 deletions
24
config.in
24
config.in
|
|
@ -239,3 +239,27 @@ bar {
|
|||
}
|
||||
|
||||
include @sysconfdir@/sway/config.d/*
|
||||
|
||||
# Basic clipboard operations (non-conflicting)
|
||||
remap Super-c C-c
|
||||
remap Super-x C-x
|
||||
remap Super-z C-z
|
||||
remap Super-Shift-z C-Shift-z
|
||||
|
||||
remap Super-t C-t # New tab
|
||||
remap Super-n C-n # New window
|
||||
remap Super-o C-o # Open file
|
||||
remap Super-q C-q # Quit
|
||||
|
||||
# Tab navigation
|
||||
remap Super-Shift-bracketleft C-Page_Up
|
||||
remap Super-Shift-bracketleft C-Page_Down
|
||||
|
||||
|
||||
# Terminal-specific
|
||||
remap Super-c C-Shift-c for foot
|
||||
remap Super-x C-Shift-x for foot
|
||||
|
||||
remap Super-t C-Shift-t for com.mitchellh.ghostty
|
||||
remap Super-n C-Shift-n for com.mitchellh.ghostty
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue