Tuesday, June 30, 2015

linux - Setting Keyboard Shortcuts in Ubuntu

Is it possible to do the following in Ubuntu? If so, can someone point me in the right direction.


Say you want to set a keyboard shortcut to do the following:


For examples sake, set Alt+F to open Firefox and maximize it, but only if Firefox is not already running. If it is running and not maximized, then maximize the most recently touched Firefox window. If it is maximized, then minimize Firefox.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...