Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 16 online users. » 0 Member(s) | 15 Guest(s) Bing
|
Latest Threads |
Keyboard Shortcut - Go to...
Forum: Keyboard shortcuts with AutoHotkey code
Last Post: MightyToad
07-18-2024, 12:55 PM
» Replies: 5
» Views: 13,776
|
Code Deleted
Forum: Need help with ShortKeeper?
Last Post: Mrgooga
03-07-2023, 06:59 PM
» Replies: 4
» Views: 7,201
|
Keyboard Shortcut - Highl...
Forum: Keyboard shortcuts with AutoHotkey code
Last Post: HunterBryan
07-11-2022, 10:07 AM
» Replies: 1
» Views: 10,219
|
Keyboard Shortcut - Launc...
Forum: Keyboard shortcuts with AutoHotkey code
Last Post: pilot888
04-18-2022, 02:24 PM
» Replies: 6
» Views: 20,269
|
Enterpad Tips - Do Multip...
Forum: The Enterpad corner
Last Post: janamacon
09-29-2021, 08:18 AM
» Replies: 2
» Views: 17,438
|
Pay by mastercard
Forum: The Enterpad corner
Last Post: Jinonisie
07-19-2021, 07:51 AM
» Replies: 2
» Views: 13,886
|
Keyboard Shortcut - Get G...
Forum: Keyboard shortcuts with AutoHotkey code
Last Post: bratpits
06-26-2021, 07:12 AM
» Replies: 3
» Views: 15,208
|
Enterpad with new compute...
Forum: The Enterpad corner
Last Post: denilama
10-12-2020, 08:30 AM
» Replies: 9
» Views: 50,320
|
Keyboard Shortcut - Auto ...
Forum: Keyboard shortcuts with AutoHotkey code
Last Post: denilama
09-23-2020, 10:12 AM
» Replies: 2
» Views: 17,564
|
Pre Sales Template Questi...
Forum: The Enterpad corner
Last Post: denilama
08-20-2020, 12:45 PM
» Replies: 1
» Views: 11,038
|
|
|
Code Deleted |
Posted by: Mrgooga - 03-06-2023, 02:34 PM - Forum: Need help with ShortKeeper?
- Replies (4)
|
 |
Hi,
I accidentally deleted an autohotkey code containing LOTS of Lines from inside shortkeeper.
Thats 2 whole days of work!
(pressing DEL key)
Is there a way to recover my code?
Where is code folder located?
Thanks in advance!
|
|
|
Pre Sales Template Question |
Posted by: AceFAB - 08-19-2020, 03:20 PM - Forum: The Enterpad corner
- Replies (1)
|
 |
I found this as a link from a friend on Facebook and have been looking this over. I have to say that I am interested in this. I have been looking at the stream deck XL as well.
You see, I am a jack of many trades, Photographer, Web Developer and Pilot.
I use the Adobe Suite, Office and flight simulators all with many shortcuts.
My question is how do I create my own custom templates. Does Shortkeeper do this? i found the sample templates here on the site but do not understand how they are created?
Thanks,
Neil
|
|
|
Keyboard Shortcut - Find a Selected Text in a PDF file |
Posted by: pilot888 - 07-27-2020, 12:58 PM - Forum: Keyboard shortcuts with AutoHotkey code
- No Replies
|
 |
As an engineer, I often need further understanding regarding a specific text like a part description, part number, revision, applicability, etc to process a job request. Because the extra information that I am looking for is in a PDF file (catalog.pdf for this example), I end up having to copy paste the text, look for and open the PDF file, paste the text in the search bar and press enter. While this looks easy to do, it can be very long and repetive which becomes a waste of time.
To solve this, I developed a quick AutoHotkey script to process the search of the selected text instantly in the PDF file. I select the text, then I activate the shortcut from Shortkeeper. Immediately after, the PDF file opens up and instantly shows the first occurence of the selected text inside the PDF file. Here's the AutoHotkey script to be used in Shortkeeper:
SendInput, ^c
Sleep 500
Run % "C:\xxxx\yyyy\catalog.pdf"
Sleep 2000
SendInput, ^f
Sleep 500
SendInput, ^v
Sleep 500
SendInput, ^g
Note that you can have many PDF reference files depending on where you want to search the selected text. Also, you can increase the sleep timers depending on the speed of your computer for proper script operation.
This shortcut is by far a game changer and ultimately saves me lots of precious time at work. Hope you enjoy it as much as I do!
|
|
|
How do I use ShortKeeper to launch a selected file within an application? |
Posted by: tdarais - 05-13-2020, 06:40 PM - Forum: Need help with ShortKeeper?
- Replies (2)
|
 |
Hi,
Shortkeeper is a capable product and I have a hunch it can do something I'd like to do, but I just don't know the particulars on how to do it!
On my Windows 10 systems, I have set my default PDF application to be the Sumatra PDF viewer. This is the application I use most with PDF files. However, I also frequently use a software product called PDF-XChange to edit PDF files. I would like to set up a ShortKeeper hotkey to launch a selected file within PDF-XChange when I have selected the file within Windows File Explorer (by left clicking on the file); second best, the I'd use the hotkey on a file my mouse is hovering over from within the File Explorer window to launch that file within PDF-XChange. I surmise there are two ShortKeeper approaches available to accomplish what I'm wanting to do:
1) Use "Start application by path and file name"
2) Use "Run AutoHotkey code"
I've tried using both approaches but due to my limited knowledge (and probably making several syntax errors, or other errors) I haven't been successful with either approach (even after using some AutoHotkey snipets of code I've found on AutoHotkey forums). It's tricky telling ShortKeeper/AutoHotkey which file to launch in the application because the file name is dynamic.
The path of my PDF viewer/editor software is as follows: C:\Program Files\Tracker Software\PDF Viewer\PDFXCview.exe
Any help you can provide on solving the above issue will be much appreciated! ShortKeeper is awesome, thanks for providing such a useful product. It has saved me an incredible amount of time on repetitive tasks.
|
|
|
small problems |
Posted by: foscmgt - 03-13-2020, 06:35 PM - Forum: The Enterpad corner
- Replies (1)
|
 |
A few days ago I wrote two queries to the support center
I am a new user of Enterpad120. Days ago I sent them an email asking how to get Spanish keyboard emulator.
Now I would like you to help me with the following two questions:
- In a .pos file, how can I split a long line in two.
- In EPConfig I often get the "Wrong Device ID" error. What is the solution ? I reconnect the Enterpad120, but the error reappears.
The purchase date of Enterpad is February 5.
Perhaps the right place to ask questions was this forum
Thank you. Sincerely,
foscmgt
|
|
|
Keyboard Shortcut - Find the conjugation table for a selected verb |
Posted by: pilot888 - 10-31-2019, 03:31 PM - Forum: Keyboard shortcuts with AutoHotkey code
- Replies (1)
|
 |
When I need to write a proposal to a customer, an email to my teammates, etc, I often need to validate if I use the proper spelling for several verbs as they don't often come easily in my head. Typically, after selecting the text (from anywhere), you have to copy it (to the clipboard), start your browser, go to a verb conjugation website, paste it (from the clipboard) in the query field, and then click a button to find the proper spelling. This whole process can be very long and repetitive.
To solve this, I developed a quick AutoHotkey script to process the finding rapidly into a verb conjugation website. For this example, I used I ''http://conjugueur.reverso.net/conjugaison-anglais-verbe-" but you can use any other verb conjugation website.
Basically, I select the verb to find the associated conjugation table, then I activate the shortcut from Shortkeeper. Immediately after, the verb conjugation website opens up in my internet browser and instantly shows me the conjugation table of that verb. Also, if the copying to the clipboard fails, an error will pop up. Here's the AutoHotkey script to be used in Shortkeeper:
ClipSaved := ClipboardAll
Clipboard =
SendInput, ^c
ClipWait, 2
if ErrorLevel
{
;MsgBox % "Failed attempt to copy text to clipboard."
Run % "http://conjugueur.reverso.net/conjugaison-anglais.html"
}
else
{
TextSelected := Trim(Clipboard)
Run % "http://conjugueur.reverso.net/conjugaison-anglais-verbe-" . TextSelected . ".html"
}
Clipboard := ClipSaved
Enjoy!
|
|
|
Keyboard Shortcut - Find synonyms from a selected word |
Posted by: pilot888 - 10-31-2019, 02:55 PM - Forum: Keyboard shortcuts with AutoHotkey code
- Replies (1)
|
 |
When I need to write a proposal to a customer, an email to my teammates, etc, the perfect words don't often come easily in my head. For me, it can mean that I've communicated properly my proposal to the customer, earn his trust and receive a purchase order. Typically, after selecting the text (from anywhere), you have to copy it (to the clipboard), start your browser, go to a synonym website, paste it (from the clipboard) in the query field, and then click a button to find a synonym. This whole process can be very long and repetitive.
To solve this, I developed a quick AutoHotkey script to process the finding rapidly into a synonym website. For this example, I used I ''https://synonyms.reverso.net/synonyme/'' but you can use any other synonym website.
Basically, I select the word that I want to find a synonym, then I activate the shortcut from Shortkeeper. Immediately after, the synonym website opens up in my internet browser and instantly shows me several synonyms of the selected word. Here's the AutoHotkey script to be used in Shortkeeper:
ClipSaved := ClipboardAll
Clipboard =
SendInput, ^c
ClipWait, 2
if ErrorLevel
{
;MsgBox % "Failed attempt to copy text to clipboard."
Run % "https://synonyms.reverso.net/synonyme/en/"
}
else
{
TextSelected := Trim(Clipboard)
Run % "https://synonyms.reverso.net/synonyme/en/" . TextSelected
}
Clipboard := ClipSaved
Enjoy!
|
|
|
|