Page 1 of 1

How to disable Alt+F1 hotkey function?

Posted: Sun 02 Mar 2014, 04:44
by hansol
Hi guys,

I need some help PERMANENTLY deleting the ALT+F1 hotkey function. Currently it brings up the "start menu" and I need it to desperately not do that.

I've gone the the /root/.jwm/jwmrc-personal file and eliminated the ALT+F1 function from there. Then hard rebooted and hoped that solved it. It didn't, so I bulk-deleted all the ALT+key functions as a shot in the dark. Turns out that you can wipe the whole entry and the hotkeys still function...

Anyone know how to permanently disable these hotkeys? Thanks

(Running latest distro of Puppy Precise.)

Posted: Sun 02 Mar 2014, 07:53
by bigpup
Try this:

menu->Desktop->JWM Window Manager Settings->Keyboard shortcuts

Double Click on entry for the F1 key.

Select delete this shortcut.

Re: Delete hotkeys

Posted: Sun 02 Mar 2014, 08:13
by MochiMoppel
hansol wrote:Anyone know how to permanently disable these hotkeys?
No problem.
You also have to edit /root/.jwmrc and delete

Code: Select all

<Key mask="A" key="F1">root:3</Key>
For obscure reasons some settings of the main config file /root/.jwmrc are by default duplicated in the personal config file /root/.jwm/jwmrc-personal, so you have to edit both files.
bigpup wrote:Try this:
menu->Desktop->JWM Window Manager Settings->Keyboard shortcuts
This changes only /root/.jwm/jwmrc-personal, so wouldn't be sufficient.