sabrogden / Ditto

Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
https://ditto-cp.sourceforge.io/
3.55k stars 191 forks source link

Support F13 to F24 keys #185

Open Lewis8379 opened 3 years ago

Lewis8379 commented 3 years ago

I tried to set up my Global Hot Keys for Last Ten Items Copied with a macro keyboard that can use keys F13 through to F24.

Unfortunately when setting the keys, it appears Ditto doesn't support them. Even when setting up the macro button to do CTRL + SHIFT + F13 for example, and then I activate the button in one of the Ditto boxes, the CTRL + SHIFT shows up but not the F13.

Using the F13 and above keys for those of us that have devices capable of doing so would be very useful to reduce the possibility of app conflicts.

Thanks.

xmaxrayx commented 2 months ago

@Lewis8379 you can install AHkv2 and write this

#Requires AutoHotkey v2.0
; #SingleInstance Force
#HotIf 
~F13::Run("C:\Program Files\Ditto\Ditto.exe /Open")