[pmwiki-users] Disable hotkeys in edit mode?

Patrick R. Michaud pmichaud at pobox.com
Sat Feb 4 17:08:27 CST 2006


On Sat, Feb 04, 2006 at 08:20:14PM +0000, J. Meijer wrote:
> PmWiki, is probably trying to demonstrate an available feature (hotkeys), 
> but I think while in edit-mode, the default hotkeys that move to another 
> page should be disabled by default. That with the obvious exception of 
> Alt+S.

I actually use the navigation hot keys from edit mode.  :-)

However, they can be generally disabled for ?action=edit with the 
following recipe:

    if ($action == 'edit') 
      XLSDV('en', array(
        'ak_edit' => '', 
        'ak_history' => '',
        'ak_recentchanges' => ''));

Pm




More information about the pmwiki-users mailing list