He replied saying this, I tried making the application but because this is my first OSX computer I hav no clue what I'm doing with coding......even that simple command i can't seem to put into action.....if someone could figure this out and simplify it more that would be amazing for everyone
"Hi,
You can do that by following steps.
(step1)
Make your own Application which mount/unmount disk by Automator.
You can mount/unmount disk by diskutil command.
So, launch Automator.app and choose "Application".
Then, choose "Run Shell Script" and input following text.
(replace XXX to your HDD's volume name.
replace "unmount" to "mount" if you want to mount volume.)
------------------------------------------------------------
diskutil unmount XXX
------------------------------------------------------------
Then, save this as app.
You can mount/unmount volume by this application.
(step2)
Change Eject behavior.
Use this private.xml.
This change Eject+1 to Command+1, Eject+2 to Command+2,...
https://github.com/tekezo/Files/blo...ok/private.eject_to_sticky_extra1/private.xml
(step3)
Assign shortcut to your own apps.
(assign Command+1 to launch your own app.)
Use Spark or Quicksilver or other apps which assign shortcut to apps.
http://www.shadowlab.org/softwares/spark.php"