I'm pretty new to programming and I wanted to create a new project. I have something in mind, but before I start learning how to program it, I need to know something.
I want the program to be able to stay on the foreground, so it always visible when active, but I want it to be only clickable when a certain key-combo (or something like it) is entered.
So it stays visible, but not clickable unless a specific key is tapped, when you go back to the other program (for example while watching a movie) it becomes unclickable again.
Is this possible? And if so, what language you advise me to start this project in?
EDIT: let's say only Windows for now, can I use java for this? How do I approach this problem?