Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - trimble

Pages: [1]
1
Support and Feedback / Re: Can this toolbar be hidden?
« on: March 06, 2018, 13:39:44 »
Only because nobody has added menu / keyboard equivants for those things. :)

I'm just saying it seems like a waste of space - like in Windows Explorer, there's an entire toolbar of mostly empty space that can't be removed. Part of the appeal of Explorer replacements is customisability after all. I personally don't need any of the functions on it, hence the quesion. :)

2
Support and Feedback / Re: Can this toolbar be hidden?
« on: March 06, 2018, 08:58:12 »
Thanks, that's a shame. Bit like Windows Explorer then. :)


Can't turn off this toolbar either.




3
Support and Feedback / Re: Single Pane view
« on: March 06, 2018, 05:44:17 »
how to have a single pane view, and have it so that the program starts in single pane view

I use a AutoHotkey script, as below:

Code: [Select]
#m::
  Run "D:\Portable Apps\MultiCommander x64 Portable\MultiCommander.exe"
  WinWaitActive ahk_class MultiCommander
  If ErrorLevel = 0
    SendInput !vs{up}{enter}
  Return

This means that pressing Win+M will start MultiCommander, wait for the window to become active (in focus) then send keystrokes alt-v + s + Up + Enter, which effectively selects View -> Split size -> 100/0 as so:




Works every time.

4
Support and Feedback / Can this toolbar be hidden?
« on: March 06, 2018, 04:53:15 »


I can't see any options, in panel settings or core, or the view menu, to hide that one. Is it possible?

Pages: [1]