You are not logged in.
I've mapped so when I press Super+0 ... Super+9 it changes from the first to the 10th workspace. Today I decided to include 4 more workspaces and mapped the keys: Super+slash (Super+KP_Divide), Super+asterisk (Super+KP_Multiply), Super+- (Super+KP_Subtract), Super++ (Super+KP_Add), this is what my xfce4-keyboard-shortcuts.xml looks like (I excluded most shortcuts for simplicity):
<property name="<Super>KP_8" type="string" value="workspace_9_key"/>
<property name="<Super>KP_9" type="string" value="workspace_10_key"/>
<property name="<Super>KP_Divide" type="string" value="workspace_11_key"/>
<property name="<Super>KP_Multiply" type="string" value="workspace_12_key"/>
<property name="<Super>KP_Subtract" type="string" value="workspace_13_key"/>
<property name="<Super>KP_Add" type="string" value="workspace_14_key"/>
The problem is, all the keys excext for: Super+KP_Subtract, and Super+KP_Add, which should change to the 13th and 14th workspaces respectivily don't work. I was not able to find any similar situation on xfce over the internet. Any idea how can I fix it?
Last edited by devlwkyan (2019-11-30 04:16:30)
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 511.35 KiB (Peak: 530.68 KiB) ]