Keyboard shortcuts - Add to Manual and Search
- Rickliftig
- Posts: 764
- Joined: Thu Jul 10, 2008 4:50 pm
- Location: West Hartford, CT
- Contact:
Keyboard shortcuts - Add to Manual and Search
In looking at old posts, I found CTRL-SHIFT-R brings up the referral screen. And of course, I know that CTRL-SHIFT-C brings up the contact list. So what otehr keyboard shortcuts am I missing? I'd like to see the documentation added in the manual and search list too.
Another Happy Open Dental User!
Rick Liftig, DMD FAGD
University of CT 1979
West Hartford, CT 06110
srick@snet.net
Rick Liftig, DMD FAGD
University of CT 1979
West Hartford, CT 06110
srick@snet.net
- jordansparks
- Site Admin
- Posts: 5755
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: Keyboard shortcuts - Add to Manual and Search
There aren't really any others.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: Keyboard shortcuts - Add to Manual and Search
Found that Ctrl + r opens the reports window. Many combinations open the referrals window but what I most want is to select patient from keyboard shortcut. I guess I'll just build an Autohotkey script to do the shortcuts for now and then post the results here.
Re: Keyboard shortcuts - Add to Manual and Search
I noticed a wierd "select" drag/movement in the notes actually highlights in yellow. Happens occasionally but I cant recreate it. Anybody know how to do it? It would be nice to yellow highlight specific parts of the notes.
Re: Keyboard shortcuts - Add to Manual and Search
OK I built a shortcut to open Patient Search. If someone wants to have a few shortcuts built, please post here and I'll do my best to script it for you. If you are already somewhat familiar with Autohotkey here is the pertinent part of the script.
;Hit Control + Shift +s to open the select patient dialog.
;Script also checks to see if OD is open and brings it to the front and maximizes it. If not open it just open the program.
;The coordinates of clicking is dependant on your resolution and works on all of our computers.
;You might need to update for your resolution.
SetTitleMatchMode, 2
^+s::
IfWinExist, Open Dental
{
WinActivate ; Automatically uses the window found above.
WinMaximize ; same
Click 75,55
return
}
else
{
run %A_ProgramFiles%\Open Dental\OpenDental.exe
return
}
;Hit Control + Shift +s to open the select patient dialog.
;Script also checks to see if OD is open and brings it to the front and maximizes it. If not open it just open the program.
;The coordinates of clicking is dependant on your resolution and works on all of our computers.
;You might need to update for your resolution.
SetTitleMatchMode, 2
^+s::
IfWinExist, Open Dental
{
WinActivate ; Automatically uses the window found above.
WinMaximize ; same
Click 75,55
return
}
else
{
run %A_ProgramFiles%\Open Dental\OpenDental.exe
return
}
- Hersheydmd
- Posts: 703
- Joined: Sun May 03, 2009 9:12 pm
Re: Keyboard shortcuts - Add to Manual and Search
Ctrl-Shift-R doesn't do anything for me.Rickliftig wrote:In looking at old posts, I found CTRL-SHIFT-R brings up the referral screen. And of course, I know that CTRL-SHIFT-C brings up the contact list. So what otehr keyboard shortcuts am I missing? I'd like to see the documentation added in the manual and search list too.
Tried all the combinations on the keyboard and here are my results:
Ctrl-R opens Reports window
Alt -R also opens Reports window
Ctrl-Y opens Referrals for the selected Patient
Ctrl-[ & Ctrl-] & Ctrl-' & Ctrl-Alt-S & Ctrl-Alt-W, plus some other combinations also bring up Referrals for selected Patient
Alt-O Logs off
Ctrl-Shift-C opens Contact List
Ctrl-Shift-F opens Procedure List
Robert M Hersh DMD, FAGD
Univ. of Penn 1982
Brooklyn, NY 11234
https://www.facebook.com/pages/Robert-M ... 1471599429
Univ. of Penn 1982
Brooklyn, NY 11234
https://www.facebook.com/pages/Robert-M ... 1471599429
Re: Keyboard shortcuts - Add to Manual and Search
OK I've put together an AutoHotKey script for generic use. http://pastebin.com/LzgXxZ68
If you are uninterested in the code and just want it to work, here is the compiled program.
http://www.adrive.com/public/rrfTEr/Ope ... ortcut.exe
After launching the program hit Ctrl + h to see all the shortcuts.
If you are uninterested in the code and just want it to work, here is the compiled program.
http://www.adrive.com/public/rrfTEr/Ope ... ortcut.exe
After launching the program hit Ctrl + h to see all the shortcuts.
Re: Keyboard shortcuts - Add to Manual and Search
The following link for shortcuts not available any more.
http://www.adrive.com/public/rrfTEr/Ope ... ortcut.exe
Where can I get shortcuts?
Thanks.
http://www.adrive.com/public/rrfTEr/Ope ... ortcut.exe
Where can I get shortcuts?
Thanks.
- Justin Shafer
- Posts: 596
- Joined: Sat Jul 28, 2007 7:34 pm
- Location: Fort Worth, TX.
Re: Keyboard shortcuts - Add to Manual and Search
AutoHotKey is so cool
Justin Shafer
Onsite Dental Systems
817-909-4222
justin@onsitedentalsystems.com
http://www.onsitedentalsystems.com
http://iocsnapshot.com
http://justinshafer.blogspot.com
Onsite Dental Systems
817-909-4222
justin@onsitedentalsystems.com
http://www.onsitedentalsystems.com
http://iocsnapshot.com
http://justinshafer.blogspot.com
Re: Keyboard shortcuts - Add to Manual and Search
I re-shared the file for Maye at http://www.adrive.com/public/5fKqEP/Ope ... ortcut.exe. I'll have to find a more permanent solution for hosting the file later.
Re: Keyboard shortcuts - Add to Manual and Search
Thanks for sharing.
I like it a lot.
cool.
I like it a lot.
cool.