Bugs :  K-Meleon Web Browser Forum
You can talk about issues with k-meleon here.  
Cannot disable CTRL-H accelerator
Posted by: Phil D'Agostino
Date: September 16, 2015 07:12PM

In Google Sheets, I use CTRL-H to FIND
ceratin entries. K-Meleon uses it to open
the History dialog.

I went to accel.cfg, found it and put a # in front of that line.
Didn't work.

I know I have the right file, because I also disabled <F2>
and that worked.

? Any help appreciated..

Phil

Options: ReplyQuote
Re: Cannot disable CTRL-H accelerator
Posted by: siria
Date: September 16, 2015 07:21PM

It's also set in places.kmm
Disable the OnInit line below the accel.

Options: ReplyQuote
Re: Cannot disable CTRL-H accelerator
Posted by: rodocop
Date: September 16, 2015 08:43PM

It's better to disable setaccel command itself. OnInit also builds menu.

so or
#_Places_SetAccels{
#setaccel("CTRL H","macros(Places_History())");
#}
either
$OnInit=$OnInit."_Places_BuildMenu;";


Options: ReplyQuote
Re: Cannot disable CTRL-H accelerator
Posted by: siria
Date: September 16, 2015 10:32PM

In general yes, but the lines inside my places_BuildMenu in 75.1 are disabled anyway, because it's build via menus.cfg, so doesn't matter in this special case.
Considering that the shortcut is also defined double in accels.cfg, it would probably be less confusing for users to disable that one too out-of-box.

Options: ReplyQuote
Re: Cannot disable CTRL-H accelerator
Posted by: rodocop
Date: September 17, 2015 10:20AM

OK, I understand this.
Haven't inspected menus.cfg for History smiling smiley

Options: ReplyQuote
Re: Cannot disable CTRL-H accelerator
Posted by: siria
Date: September 17, 2015 02:07PM

Only noticed that too because both lines inside the buildmenu-module were disabled as comments. The old Scite-Editor for kmm's has very obvious syntax-highlighting for comments smiling smiley

Options: ReplyQuote


K-Meleon forum is powered by Phorum.