Hiweed-debian 30rc2 version of XFCE4 shortcuts and guides
Author Wide288 Date 20 July 21, 2004
In addition to the shortcuts that are often used, XFCE4 can be used to customize ten commands as shortcuts. the following
Just introduce what is commonly used shortcuts and how to implement shortcut keys.
Create a directory in the user directory:
$ mkdir -p ~ / .themes / xfwm4 / custom.keys /
Such different users can define different shortcuts for custom shortcut files. Personalize.
Copy the system default shortcut key file to the above directory:
Cp /usr/share/xfwm4/themes/default.keys/keythemerc /home/wide288/.themes/xfwm4/custom.keys/
The file is KEYTHEMERC
Its content is (I added a comment):
/ ******************************************************** /
#close the window
Close_Window_Key = Alt F4
# Maximize switching
Maximize_Window_Key = Alt F5
# Vertical elongation
Maximize_vert_key = alt f6
# 向 拉长
Maximize_horiz_key = alt f7
# Minimize the window
HIDE_WINDOW_KEY = Alt F8
# Roll up the window
SHADE_WINDOW_KEY = Alt F9
# Insert all workspaces
Stick_Window_Key = Alt F10
# Switch focus between program
CYCLE_WINDOWS_KEY = Alt Tab
#Plick the triple, press the cursor key to move window position
Move_Window_up_key = Control Shift Alt Up
# 倒 倒 位置
Move_Window_down_key = Control Shift Alt Down
# 向 移动 移动 位置
Move_window_left_key = Control Shift Alt LEFT
# 向 移动 位置
Move_Window_right_key = Control Shift Alt Right
# Change the window size, decrease up
Resize_window_up_key = shift alt up
# Under
Resize_window_down_key = shift alt down
# 向
Resize_window_left_key = shift alt left
# Increase the right
Resize_window_right_key = shift alt right
# To make the window to the top
Raise_window_key = shift alt Page_up
# Make the window to the end floor
Lower_Window_Key = Shift Alt Page_Down
# Change the current work area, go to the next
Next_Workspace_Key = Control Alt Right
# Previous work area
Prev_Workspace_Key = Control Alt LEFT
# Add a work area
Add_Workspace_Key = Alt INSERT
# Reduce a work area
DEL_WORKSPACE_KEY = Alt Delete
# 工区 选择, the first work area
Workspace_1_key = control f1 # second workspace
Workspace_2_key = control f2
# Third Workspace
Workspace_3_key = control f3
# 有 就 is the fourth work area, no first, other classes
Workspace_4_key = Control F4
# 同 上
Workspace_5_key = Control F5
Workspace_6_key = control f6
Workspace_7_key = control f7
Workspace_8_key = Control F8
Workspace_9_key = control f9
# 移动 到 到 下 工作
Move_window_next_workspace_key = Alt Control End
# 移动 到 到 上 上 工作
Move_window_prev_workspace_key = Alt Control HOME
# 移动 到 到 到 工作 指 工作 工作 工作 工作 工作,
Move_Window_Workspace_1_key = alt control kp_1
Move_Window_Workspace_2_key = alt control kp_2
Move_Window_Workspace_3_key = Alt Control KP_3
# There is a fourth work area to move the fourth, no first, other classes
Move_Window_Workspace_4_key = alt control kp_4
Move_Window_Workspace_5_key = alt control kp_5
Move_Window_Workspace_6_key = alt control kp_6
Move_Window_Workspace_7_key = alt control kp_7
Move_Window_Workspace_8_key = Alt Control KP_8
Move_Window_Workspace_9_key = alt control kp_9
# 快键 列列 地图 10 commands available
# xfce4 documentation (help)
Shortcut_1_key = alt f1
# 快键 一 一 执行 执行
Shortcut_1_exec = xfhelp4
# 运 运 对 对
Shortcut_2_key = alt f2
Shortcut_2_exec = xfrun4
# 屏
Shortcut_3_key = Alt Control Delete
Shortcut_3_exec = xflock4
Shortcut_4_key = none
Shortcut_5_key = none
Shortcut_6_key = none
Shortcut_7_key = none
Shortcut_8_key = none
Shortcut_9_key = none
Shortcut_10_key = none
/ ************************************************** **** /
Finally, please ask friends to solve a problem: