diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-04-01 05:48:12 -0400 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-04-01 05:48:12 -0400 |
| commit | eecad08a2d63aa57d42389d127c10e6c25966c65 (patch) | |
| tree | 187ad1d8dda5bd0b48dacae5d7ab081da8421311 | |
| parent | 8cc2b3aa2a17de32ddfaea4f7201e5978f9140e5 (diff) | |
refactor: change `add_workspace_key` and `del_workspace_key`
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 11ecd8b..f4a33b7 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -183,13 +183,13 @@ <property name="<Primary><Alt>0" type="string" value="workspace_10_key"/> <property name="<Super>f" type="string" value="fullscreen_key"/> <property name="<Super>y" type="string" value="stick_window_key"/> - <property name="<Super>Insert" type="string" value="add_workspace_key"/> - <property name="<Super>Delete" type="string" value="del_workspace_key"/> <property name="<Super>a" type="string" value="move_window_key"/> <property name="<Super>s" type="string" value="resize_window_key"/> <property name="<Shift><Super>parenleft" type="string" value="move_window_workspace_9_key"/> <property name="<Shift><Super>parenright" type="string" value="move_window_workspace_10_key"/> <property name="<Super>u" type="string" value="shade_window_key"/> + <property name="<Shift><Super>plus" type="string" value="add_workspace_key"/> + <property name="<Shift><Super>underscore" type="string" value="del_workspace_key"/> </property> </property> <property name="providers" type="array"> |
