Configurable File Popup Context Menu

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
risk
Junior Member
Junior Member
Posts: 87
Joined: 2007-07-30, 03:18 UTC

Configurable File Popup Context Menu

Post by *risk »

In addition to using the Button Bar to carry actions on selected files and folders, is there a way to call up a configurable popup menu (similar to the context menu) for a selection to do similar functions? One way I can think of is using Autohotkey but I was wondering if there are built-in or other methods.
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

risk,
Internal associations and cm_ContextMenuInternal.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
risk
Junior Member
Junior Member
Posts: 87
Joined: 2007-07-30, 03:18 UTC

Post by *risk »

Thanks Roman. Not quite what I need. Here's an example of what I'd like to do, I highlight a file, call up this customizable menu to select one of the following options:

1. Delete File
2. Copy file within folder (backup)
3. Move file to specific Folder A
4. Move file to specific Folder B
etc.

Thank you.
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

risk,
I understand. It's still doable using the internal association system, though. Just create an association for *.* and run anything you need from there.
If it does not need to be a menu shown next to your mouse cursor, you can use the button bar (including its dropdown menus), aliases, hotkeys, or you could add a new section to TC's menu.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
risk
Junior Member
Junior Member
Posts: 87
Joined: 2007-07-30, 03:18 UTC

Post by *risk »

I see! That's clever.

Thank you Roman.
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

risk,
;)

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Post Reply