Jump to content

FFAddOn - Firefox Hotkey GUI [Updated 2009-Jun-21]


KaFu
 Share

Recommended Posts

If 'telnet 127.0.0.1 44242' does not work, this issues has nothing to do with FFAddOn but with MozRepl (have you the latest version?) or your computer set-up... changed port in package back to 4242.

Cheers

Link to comment
Share on other sites

Have you started MozRepl? Tools => MozRepl => Start or better Activate on Startup. Is the port set to 4242? Tools => MozRepl => Port.

Like I said, if this is the case AND 'telnet 127.0.0.1 4242' fails it has nothing to do with FFAddOn.

MozRepl is needed for FF.au3. At this point it's only used for tab closing (i know, could be done by other measures). But now I've got it running all FF (especially repetitive) functions can be set to Hotkeys with this framework. As which functions these are... tell me what you want :)...

Edited by KaFu
Link to comment
Share on other sites

@KaFu

For make your AddOn work, you have to stop and resume it :)

F7 on a link will show a msgbox by firefox wich say it will disable cursor navigation...

Other commands not working, I dont know if I have to select language or not :)

Cheers, FireFox.

Link to comment
Share on other sites

@KaFu

For make your AddOn work, you have to stop and resume it :)

MozRepl? Not here. You've got the latest version? Set 'Activate on Startup'?

F7 on a link will show a msgbox by firefox wich say it will disable cursor navigation...

Right click on link and press 'e'. That's what FFAddOn should do for French version at least.

Other commands not working, I dont know if I have to select language or not ^_^

You don't have to, this is read from the 'about:' tab at startup. In you're case FFAddOn looks for a "; fr;" string there.

Edit: Replaced the icon in the latest download with yours, thanks for that :)...

Edited by KaFu
Link to comment
Share on other sites

Changelog v0.2.5.8 > v0.2.6.4

General

  • MozRepl is NOT needed anymore

    [-] None of the current functions is based on FF.au3 anymore

    [-] I didn't delete the FF.au3 / MozRepl support because I still think it might come in handy at a later date, but then only optional

  • Access Key's for localized Firefox language versions "should" now be auto-detected, detection works as follows

    [-] Read language key from REG

    [-] Identify corresponding language.jar file

    [-] Unpack 'browser.dtd' with 7Zip (Kudos to rasim)

    [-] Parse browser.dtd, identify and assign localized access keys to HotKey functions

As you can imagine this process imho is prone to error :) , test it and let me know the outcome ^_^...

  • Added Hotkey

    [-] F1 Close Tab Undo

User 'Firefox' just PM'ed me, that v.0.2.5.8 source package actually didn't include the source, sorry :huh2:, corrected that and this version of course includes the source.

(I just ask myself why the other 13 downloaders didn't mention anything... ah, all hunters :))

Source and Executable are available at

http://www.funk.eu

Best Regards

Edited by KaFu
Link to comment
Share on other sites

@KaFu

I dont know why you click on 80,250 coords for right click... I've tried to get MouseGetPos for right click and it works fine for french version ;)

I've also deleted constants with my Const Replacer :)

[autoit]#RequireAdmin

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****

#AutoIt3Wrapper_Icon=includes\firefox.ico

#AutoIt3Wrapper_Outfile=FirefoxAddOn_v0.2.6.4.exe

#AutoIt3Wrapper_UseUpx=n

#AutoIt3Wrapper_Res_Comment=

Edited by FireFox
Link to comment
Share on other sites

Changelog v0.2.6.4 > v0.2.7.6

Posted Image

General

  • Updated / Redesigned GUI
  • Several internal optimizations / small bug fixes...
  • Found a useful usage for MozRepl :), change/toggle about:config settings!

    [-] F8 now toggle Javascript enabled/disabled

    [-] Further about:config changes on Hotkey will follow...

Posted Image

Source and Executable are available at

http://www.funk.eu

Best Regards

Edited by KaFu
Link to comment
Share on other sites

Link to comment
Share on other sites

Suggestion: Maybe have an option so that when you do anything that has to do with mouse coords [currently, only save] you can have it use the current mouse coords?

Nice idea :), will add a checkbox for that.

Cheers

Link to comment
Share on other sites

  • 1 month later...

Changelog v0.2.7.9 > v0.2.8.6

General

  • Added option to use MouseCoords under cursor for commands
  • Exchanged F2 and F3 commands (imho better assignment)
  • Tweaked Firefox window activation
  • Added option to auto-minimize uTorrent after a Torrent has been added, download category is automatically pasted from clipboard

Posted Image

Source and Executable are available at

http://www.funk.eu

Best Regards

Edited by KaFu
Link to comment
Share on other sites

  • 2 months later...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...