ALT+F8 hotkey internal command? or Ctrl+Down

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
igarny
Junior Member
Junior Member
Posts: 74
Joined: 2023-01-26, 19:01 UTC

ALT+F8 hotkey internal command? or Ctrl+Down

Post by *igarny »

Hi guys,

Please excuse the stupid question, but I am not able to figure out the command. which stands behind the ALT+F8 combination.
It is not listed in the common places ... on my computer

I even tried @Petermad's language menu: https://www.ghisler.ch/board/viewtopic.php?t=33740 without any luck
I would kindly suggest @Petermad, if possible to list all the default hotkey assignments in the menu list, if it is indeed the case, that there are keys, which are not listed anywhere.

Regards,
Ivan
Last edited by igarny on 2023-04-23, 21:43 UTC, edited 1 time in total.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: ALT+F8 hotkey internal command?

Post by *Horst.Epp »

Its all described, what about a look into the TC Help Keyboard ?
ALT+F8 Opens the history list of the command line
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: ALT+F8 hotkey internal command?

Post by *Hacker »

Horst.Epp,
The question is about the internal command.

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.
Fla$her
Power Member
Power Member
Posts: 2998
Joined: 2020-01-18, 04:03 UTC

Re: ALT+F8 hotkey internal command?

Post by *Fla$her »

2igarny
See here and here.
Overquoting is evil! 👎
igarny
Junior Member
Junior Member
Posts: 74
Joined: 2023-01-26, 19:01 UTC

Re: ALT+F8 hotkey internal command? or Ctrl+Down

Post by *igarny »

Err... Thanks @Fla$her... for the references...

Do we have any idea, what function (internal command) stands behind any of these ALT+F8 or Ctrl+Down?
Fla$her
Power Member
Power Member
Posts: 2998
Joined: 2020-01-18, 04:03 UTC

Re: ALT+F8 hotkey internal command? or Ctrl+Down

Post by *Fla$her »

What ideas can there be if topics with a command request were proposed (among other things)?
Not all hotkeys have their equivalent in the list of internal commands, including this one.
Overquoting is evil! 👎
igarny
Junior Member
Junior Member
Posts: 74
Joined: 2023-01-26, 19:01 UTC

Re: ALT+F8 hotkey internal command? or Ctrl+Down

Post by *igarny »

I believe these are questions to the developer.
Apparently there is a need for a more detailed (advanced users facing) documentation OR there might be some miss/flaw in the design.
As it appears the functionality is there, but for example it is not modularized and therefor cannot be referenced / called directly.

I suppose from a users point of view a list of all these issues can be published on a blog post in attempt to help new commers to understand in advance what challenges they would face.
IMO it would be useful for people tempted to switch from DC to TC, but looking to understand the flaws under the hood.

The rest will be done by the Internet robots and indexers.
Thanks!
Fla$her
Power Member
Power Member
Posts: 2998
Joined: 2020-01-18, 04:03 UTC

Re: ALT+F8 hotkey internal command? or Ctrl+Down

Post by *Fla$her »

2igarny
I think this reasoning is meaningless. There are a couple dozen hotkeys that have no 100% analogues among the internal commands. If the author wants to do it, he will do it. It's not a question of design, it's a question of need.
Overquoting is evil! 👎
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50532
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: ALT+F8 hotkey internal command? or Ctrl+Down

Post by *ghisler(Author) »

Alt+F8 sends directly a CB_SHOWDROPDOWN message to the combobox, which opens the list section of the combobox.
Ctrl+Down behaves differently whether the command line has the focus or not:
1. If it has the focus, Ctrl+Down behaves the same as Alt+F8
2. If it does not have the focus, Ctrl+Down focuses the command line and loads the last used command via CB_SETCURSEL
Author of Total Commander
https://www.ghisler.com
Post Reply