I was wondering if anyone is able to create a software mod or if it already exists.....I would like to remap the Eject key on the keyboard for my Macbook Pro to Mount and Unmount the Internal HDD that is located in my optical bay. It is solely used for storage of large video files, torrents and music that i don't access on daily basis. Currently I am able to select and use Command+E to eject the partitions(Bootcamp partition and Storage partition) causing the drive to spin down. Only way to get it back up is currently to open disc utility and remount the partition(s). Im not a programmer but I am on the verge to simplify the process of running a dual drive setup. You can check out my info i added already to my post here
keyremap4macbook doesn't include the option in it...nor do i know how to add custom options....
maybe a script could be written to do that and then bound to the key... is a clever idea for sure man, i quite like the idea myself.
Its been a couple days now and no responseanyone else want to try and contact him? or someone else you may know of? that would be great, Now that everyones hopping on the Dual Drive bandwaggon we need this feature and im sure that its possible to make by someone who has Software background......
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"