3 questions
Posted by: paladinjedi
Date: March 04, 2008 06:11AM

1. I know I can open a link from the current page in a new layer by clicking middle mouse button. Still, isn't there an option to just use left mouse button?

2. When Windows starts, K-meleon appears in the system tray. But I want it to start only when I decide, not once with Windows. What should be done?

3. On the forum -- is there a way to see what replys are there to my posts without having to browse all forum's list?

Re: 3 questions
Posted by: JujuLand
Date: March 04, 2008 09:53AM

Question 2:

Edit > Advanced Preferences > Set K-Meleon as Default Browser, and uncheck the Loader or just delete the shortcut in Start > Programs > Startup

Question 3:

Help > Search on forums

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: 3 questions
Posted by: desga_2
Date: March 05, 2008 10:21PM

Question 1) Use CTRL+Left click

Re: 3 questions
Posted by: Panzer
Date: March 07, 2008 04:05PM

I have one question. When I go to filehippo.com and try to download a file, it gives me a message:

Download was transferred to oGet...
Please use Back button to get back.

So was file downloaded and where is it? If not, should I delete oGet?

Re: 3 questions
Posted by: foobarly
Date: March 07, 2008 10:00PM

@Panzer,

If you don't see your download manager window appearing, even if only briefly, then the file is not being downloaded. Otherwise, check your download manager download folder setting. oGet is just the man in the middle between your K-Meleon and your download manager of choice...

Re: 3 questions
Posted by: Panzer
Date: March 08, 2008 02:02PM

Thanx.

Re: 3 questions
Posted by: Arrow
Date: March 10, 2008 04:02AM

Quote
paladinjedi
1. I know I can open a link from the current page in a new layer by clicking middle mouse button. Still, isn't there an option to just use left mouse button?

Quote


Hao's versions of ccf k-meleon have the option to open all links with left click


Re: 2 questions instead
Posted by: Panzer
Date: March 12, 2008 04:41PM

I am satisfied with KM, but I have two problems.
1. When I open yahoo mail, it is empty. I can't see the message, when I open them one by one. What could be the problem?
2. When I am downloading youtube video with Youtube download tool, it gets to 100% and then an error shows. it says that it cannot save the video in this location and that i should try again. I tried 6 times and just once i was succesful...

Re: 3 questions
Posted by: Panzer
Date: March 12, 2008 08:29PM

Please tell me how can I use simbol @ with CTRL ALT V?

Re: 3 questions
Posted by: desga_2
Date: March 13, 2008 09:19PM

@ Panzer:
1) Change User Agent string to Firefox: Tools -> User Agent
And you checked if JavaScript an Cookies are Enabled.
2) "I am downloading youtube video with Youtube download tool", What tool?

Quote
Panzer
Please tell me how can I use simbol @ with CTRL ALT V?

You must make a macro to do this:

- In your profile macro folder create a new file named Typechar.kmm with this code:
# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- TypeChar --------------------------------------------------
#
# Dependencies	: -
# Resources	: -
# Preferences	: -
#
# ----------------------------------------------------------------------

TypeChar{
$oldclip = getclipboard();
setclipboard("@");
id(ID_EDIT_PASTE);
setclipboard($oldclip);
}

# ----- PRIVATE

_TypeChar_Accel{
setaccel("CTRL ALT V", "macros(TypeChar)");
}
$OnInit=$OnInit."_TypeChar_Accel;";

# ----------------------------------------------------------------------
$macroModules=$macroModules."TypeChar;";


Re: 3 questions
Posted by: Panzer
Date: March 17, 2008 06:42PM

Thanx for answers.

Since I am using portable K-Meleon, I use this tool:

http://www.techcrunch.com/get-youtube-movie/

Re: 3 questions
Posted by: Panzer
Date: March 17, 2008 06:59PM

Forget it, I repaired it and now I can use @.

Thanx again!

Panzer

Re: 3 questions
Posted by: desga_2
Date: March 17, 2008 08:26PM

To download flash videos with techcrunch use this macro:
- Saved some similar to this code in your profile macro folder in a file named: TechCruch.kmm
# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- TechCruch.kmm ------------------------------------------------------
#
# Dependencies : main.kmm (OpenURL), sendto.kmm (menus)
# Resources    : -
# Preferences  : -
#
# -------------------------------------------------------------------------------

TechCruch{
menugrayed=(hostname($URL)=="");
$OpenURL="http://www.techcrunch.com/ytdownload3.php?url=".$URL."&submit=Get+Video";; &OpenURL_InNew;
}

# ----- PRIVATE

_TechCruch_BuildMenu{
index($macroModules,";SendTo;")>-1?setmenu($_SendTo_Page,macro,"&TechCruch",TechCruch): setmenu(DocumentOpenExternal,macro,"&TechCruch",TechCruch);
}
$OnInit=$OnInit."_TechCruch_BuildMenu;";

# --------------------------------------------------------------------------------
$macroModules=$macroModules."TechCruch;";

Or you can use others web services to do this, you can found:
KeepVid
VideoDownloader
in MacroLibrary wikipage.

Re: 3 questions
Posted by: Panzer
Date: March 18, 2008 08:55PM

Thank you!

Re: 3 questions
Posted by: Panzer
Date: March 20, 2008 06:36PM

If I want to save a page (Amazon) using save as web page complete, K-Meleon crashes.
Is this a bug or what? Save as html only works perfectly.

Re: 3 questions
Posted by: desga2
Date: March 20, 2008 11:20PM

@ Panzer:
What K-Meleon version are you using? what Amazon web page you tried saved?, more info please ...

K-Meleon in Spanish

Re: 3 questions
Posted by: Panzer
Date: March 25, 2008 07:15PM

No it is OK. I just have to wait a couple of seconds for KM to finish download.Thanx anyway.

Re: 3 questions
Posted by: Panzer
Date: April 02, 2008 03:22PM

When I tried to save Youtube video from KeepVid in mp4 format, K-Meleon crashed. Is this KeepVid fault since saving in this format has been introduced only recently?

Re: 3 questions
Posted by: panzer
Date: September 17, 2010 08:00AM

My Typechar.kmm got deleted. So I copied the text into notepad and saved it as .kmm. It still didn't work. I used Open Office then and it was OK.

I was on public comp with Windows 7 pro. Is it true that you can't make makro file Win7 notepad or is it just this perticular comp?? I tried to save in Ansi and Unicode, but no luck.



Edited 3 time(s). Last edit at 09/17/2010 08:56AM by panzer.

Re: 3 questions
Posted by: desga2
Date: September 17, 2010 09:39PM

Check that you file is really .kmm file and not a .kmm.txt file.
Change Windows configuration to show known file extensions.
Check if your macro is showed in the Macro list (Preferences (F2) -> Macro Extensions).

If you can't cahnge the Windows settings, the better option is copy an existing .kmm file, rename it and edit your code inside of .kmm file.

Quote
panzer
Is it true that you can't make makro file Win7 notepad or is it just this perticular comp?

I think this isn't true, I haven't Win7 to test it, but anyone talk about it in forums.

K-Meleon in Spanish



Edited 2 time(s). Last edit at 09/17/2010 09:45PM by desga2.

K-Meleon forum is powered by Phorum.