diff options
| author | kj_sh604 | 2026-04-01 05:48:12 -0400 |
|---|---|---|
| committer | kj_sh604 | 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 @@ | |||
| 183 | <property name="<Primary><Alt>0" type="string" value="workspace_10_key"/> | 183 | <property name="<Primary><Alt>0" type="string" value="workspace_10_key"/> |
| 184 | <property name="<Super>f" type="string" value="fullscreen_key"/> | 184 | <property name="<Super>f" type="string" value="fullscreen_key"/> |
| 185 | <property name="<Super>y" type="string" value="stick_window_key"/> | 185 | <property name="<Super>y" type="string" value="stick_window_key"/> |
| 186 | <property name="<Super>Insert" type="string" value="add_workspace_key"/> | ||
| 187 | <property name="<Super>Delete" type="string" value="del_workspace_key"/> | ||
| 188 | <property name="<Super>a" type="string" value="move_window_key"/> | 186 | <property name="<Super>a" type="string" value="move_window_key"/> |
| 189 | <property name="<Super>s" type="string" value="resize_window_key"/> | 187 | <property name="<Super>s" type="string" value="resize_window_key"/> |
| 190 | <property name="<Shift><Super>parenleft" type="string" value="move_window_workspace_9_key"/> | 188 | <property name="<Shift><Super>parenleft" type="string" value="move_window_workspace_9_key"/> |
| 191 | <property name="<Shift><Super>parenright" type="string" value="move_window_workspace_10_key"/> | 189 | <property name="<Shift><Super>parenright" type="string" value="move_window_workspace_10_key"/> |
| 192 | <property name="<Super>u" type="string" value="shade_window_key"/> | 190 | <property name="<Super>u" type="string" value="shade_window_key"/> |
| 191 | <property name="<Shift><Super>plus" type="string" value="add_workspace_key"/> | ||
| 192 | <property name="<Shift><Super>underscore" type="string" value="del_workspace_key"/> | ||
| 193 | </property> | 193 | </property> |
| 194 | </property> | 194 | </property> |
| 195 | <property name="providers" type="array"> | 195 | <property name="providers" type="array"> |
