hi5 / CL3

Minimal clipboard caching utility inspired by CLCL 📋
https://autohotkey.com/boards/viewtopic.php?f=6&t=814
MIT License
88 stars 16 forks source link

Feature request: Activate/access normal hotkey menu via right-click context menu #17

Closed u0i299pg closed 3 years ago

u0i299pg commented 3 years ago

If possible, and if not too complex a task, would it be possible to add an entry to the right-click context menu that would invoke the main CL3 menu that displays when pressing the "#v" hotkey?

On a somewhat related note, I've noticed the clipboard history accessed via the main "#v" hotkey to be significantly shorter than the list accessed when opening the "Search" interface. I have been finding myself defaulting to the "Search" interface for this reason. Is there a way to enable accessing the full clipboard history using the "#v" hotkey? Perhaps a checkbox or max-#-of-entries field could be added to the Settings?

hi5 commented 3 years ago
  1. I don't think there is a reliable way to modify the context menu of all programs, but you could add a hotkey (say Winkey-Rbutton or Lbutton, on line 186 https://github.com/hi5/CL3/blob/master/cl3.ahk#L186 add #Rbutton:: or #Lbutton:: restart CL3 and you should be able to press that shortcut to show the menu.

  2. You can try changing 18 to a higher number, say 40 on line 408 https://github.com/hi5/CL3/blob/master/cl3.ahk#L408 If (A_Index = 40) ; was 18 but now you have to press t twice to get to templates for example - I choose 18 to have s for special and t for templates available.

hi5 commented 3 years ago

Or change 43 to say 100 in https://github.com/hi5/CL3/blob/master/cl3.ahk#L520 to give you more as 26 entries in the "more history" secondary menu. That is something I may add as config.

hi5 commented 3 years ago

In v1.100 https://github.com/hi5/CL3 you can now