Skip to main content

Open your CD-ROM tray with a keyboard shortcut

Most computers and laptops do not actually provide their users with easy access to CD-ROM drive trays. The button, that is usually pressed to open a drive, may be really difficult to notice and push on some machines. Luckily, there is a way out for those who want to optimize their work to the full: a keyboard shortcut that opens the CD-ROM tray automatically. The effective solution is delivered by a free software tool called Door Control developed by Digola.

So, if dealing with optical disk drivers you want to switch from inconvenient buttons to a specified keyboard shortcut (alternatively an icon in the system tray), you need to download and install the Door Control program at first. It won't take you much time to install the app, plus clear on-screen instructions will help you complete the process with ease.
When Door Control is launched, an eject icon appears in the system tray. Placing your cursor over it will display a tooltip which shows which drive is currently selected and that no shortcut key is defined so far. For multiple drive trays there is an option to choose which drive you want to manage with the help of Door Control. To do this, right-click the eject icon → select the Drive option at the top → and pick the necessary drive from the submenu.  



Now, to finally create your own shortcut for handling the task, you should access the popup menu again (right-clicking the Door Control icon) and select Hot Key. In the new window make sure the cursor is put in the edit box. After that, press any keys on your keyboard to make a new shortcut (for example, Alt + Q) and press OK. Ta-da! Your shortcut key for opening the CD-ROM tray is ready. From now onward, you may press it and your disc tray will open. Alternatively, you may click on the eject icon in the system tray, this action does absolutely the same. If you are afraid to forget your key combination, don't panic: cover the icon in the tray with your mouse and you will see the assigned shortcut for opening the drive tray.
Obviously, you may ask me whether Door Control may close the CD-ROM tray. Well, it depends on the hardware you use. In most cases, it does close the drive on desktop computers, but not on laptops. You should test it by yourself, just click the icon for the second time or use the shortcut combination once again.
For users who prefer bright colors, there is an option to change the color of the eject symbol: how it looks in the tray and how it looks when you click on it. The easy settings are also found in the popup menu. Bear in mind that the Reset button makes the icon color black by default.
You may set the Door Control small utility to open automatically every time your Windows starts: right-click the icon → select the Load Door Control at Startup option. By the way, if you want to learn more about the ways users manage different tools on the startup list, here is the article on how to add and manage startup programs on Windows.

Comments

Popular posts from this blog

How to Remove Powered by Blogger – Attribution Widget?

In this article, I will be demonstrating how to remove or hide attribution widget ‘Powered by Blogger’ in footer of blogger blogspot blogs.  Before going to the process,  backup your blogger template , while editing html code if anything goes wrong or template modified design doesn’t work or looks good you can restore from backed up template.  Here I have demonstrated you two methods for removing attribution widget. Some blogger templates may not support method 1 then you need to follow method 2 for successfully removing attribution widget. Method 1: Remove ‘Powered by Blogger’ by unlocking Attribution widget Step 1 : Go to your blog “Template” | click on “Edit HTML”. Step 2 : Here on drop-down “jump to widget” option and select Attribution 1 as shown below Step 3: After selecting Attribution 1 widget you will be able to see this line <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’>  on your blogger template. Step 5: Once done click on...

Top 7 Modules in Python Programming language | 2020

Python is a simple programming language yet of very high level and is very much popular. This days the use of python has gone very high and it is expected to be much higher in the upcoming days in the near future. So, today in this article we will be discussing about some modules in python language which are most to be learnt: NumPy: It helps to do basic mathematical operations and complex math with algebraic formulas, statistical operations,etc. It is a valuable python package and is important for machine learning. Pendulum: It helps to do complex coding involving dates and time and is broad form of datetime module. It also manages the time zone automatically hence, it is a replacement for the datetime module. Python imaging library: It makes easy to write codes that involves to open, read and manipulate or modify images in a variety of formats. The Pillow or PIL imaging library is good for importing, manipulation and exporting images. MoviePy: As pillow is to images, moviePy ...

Why should you learn Python programming language?

Python is a programming language developed by Guido Van Rossum. It is a very simple programming language so, you can learn Python without facing any issues. You are a beginner at programming can learn python. So, let's see top 7 reasons to learn python: Simple and popular: Python programming language is simple and very popular. Many significant platforms only support Python language. It also ranks top three as per TIOBE Index. Versatile:  It is a versatile language, i.e.; can we used to develop desktop applications, web pages and is considered best for AI and data science. Popularity: Many industries like YouTube, Amazon, Google, Facebook,etc. use this language. So, Python developers are very high in number. Moreover, the users of python are increasing day by day. Portable an extensible: Python course are portable and extensible as a code for Windows even run at Mac, Unix or Linux. Even the codes can be compiled in different languages like C++ or C. Graphical: The Python Computer G...