With your help... finally found,.
Thanks @radky
Re: FbBox working fine with xenial 64 xxl
#148 Post by radky » Wed 06 Feb 2019, 04:38
pp4mnklinux wrote:
There is an info icon at the task bar, where appears info about HOTKEYS.
How can I modify them? ( I want to use an specific key to start my default browser ..instead winkey+B)
Where is the file I must modify?
Hi pp4mnklinux,
The hotkey text file is here:
/usr/local/FbBox/hotkeys-fbbox
---
The hotkey functions are set here:
/root/.config/openbox/rc.xml
---
The keybindings to run applications start on line 348 of /root/.config/openbox/rc.xml
Currently, the hotkey (W-b) for launching the defaultbrowser is set on line 411 as follows:
CODE: SELECT ALL
<keybind key="W-b"><action name="Execute"><command>defaultbrowser</command></action></keybind>
Be careful you do not choose a key combination that is already used for another hotkey (current keybindings start on line 195 of /root/.config/openbox/rc.xml).
After modifying the hotkey, you can select the "Reload openbox" option from the desktop Right-click menu, or simply restart X.
Good luck!
PupMates