From 393f45d1d3f10ef0f083144fcb2f7dfa53ead6bc Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Thu, 27 Feb 2020 22:59:12 -0600 Subject: [PATCH] - Added shortcut notes for galliumOS/xfce --- references/shortcuts | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 references/shortcuts diff --git a/references/shortcuts b/references/shortcuts new file mode 100644 index 0000000..6cb8263 --- /dev/null +++ b/references/shortcuts @@ -0,0 +1,29 @@ +# GalliumOS Notes + +xfconf-query -c xfce4-keyboard-shortcuts -lv | grep "show_desktop_key\|cycle_windows_key\|cycle_reverse_windows_key\|close_window_key\|maximize_window_key\|xfce4-popup-whiskermenu\|move_window_next_workspace_key\|move_window_prev_workspace_key\|hide" | grep -v "default\|m" + +# Show Desktop +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/d" --create --type string --set "show_desktop_key" + +# Undo show desktop +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/d" --reset + +# GUI Alt Tab - Window Switching +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/Tab" --set "cycle_reverse_windows_key" +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/Tab" --set "cycle_windows_key" + +# Term Alt Tab - Window Switching +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/Tab" --set "cycle_windows_key" +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/Tab" --set "cycle_reverse_windows_key" + +# Hide/minimize Window +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/h" --create --type string --set "hide_window_key" + +# Spotlight +xfconf-query --channel xfce4-keyboard-shortcuts --property "/commands/custom/space" --create --type string --set "xfce4-popup-whiskermenu" + +# Change workspace to left +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/Left" --create --type string --set "move_window_prev_workspace_key" + +# Change workspace to right +xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/Right" --create --type string --set "move_window_next_workspace_key" \ No newline at end of file