Potřeboval bych poradit s bindováním tlačítek, nainstaloval jsem jí myslim že úspěšně podle návodu (zpět, vpřed v prohlížeči na postraních tlačítkách fungovalo).
Nevím ale, jak dostat pod tlačítko mezi ,,zpět a vpřed" zkratku alt + tab.
soubor .xbindkeysrc dle návodu:
"/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\""
b:8
"/usr/bin/xvkbd -xsendevent -text "\[Alt_L]\
""
b:9
"echo ButtonPress 4 ButtonRelease 4 | xmacroplay -d 0 :0.0"
b:11
"echo ButtonPress 5 ButtonRelease 5 | xmacroplay -d 0 :0.0"
b:12
"echo ButtonPress 6 ButtonRelease 6 | xmacroplay -d 0 :0.0"
b:13
"echo ButtonPress 7 ButtonRelease 7 | xmacroplay -d 0 :0.0"
b:14
můj neúspěšný pokus o ono alt + tab a kopírování / vkládání pod boční tlačítka:
"/usr/bin/xvkbd -xsendevent -text "\[Ctr_C]\[Copy]""
b:8
"/usr/bin/xvkbd -xsendevent -text "\[Ctr_V]\[Paste]""
b:9
"/usr/bin/xvkbd -xsendevent -text "\[Alt_Tab]\[change_window]""
b:10
"echo ButtonPress 4 ButtonRelease 4 | xmacroplay -d 0 :0.0"
b:11
"echo ButtonPress 5 ButtonRelease 5 | xmacroplay -d 0 :0.0"
b:12
"echo ButtonPress 6 ButtonRelease 6 | xmacroplay -d 0 :0.0"
b:13
"echo ButtonPress 7 ButtonRelease 7 | xmacroplay -d 0 :0.0"
b:14
edit: Zapomněl jsem na otázku

ale asi je zřejmá, nevíte jak tlačítka správně nabindovat ?