Showing posts with label ctrl. Show all posts
Showing posts with label ctrl. Show all posts

Wednesday, September 6, 2017

Ubuntu Jaunty No Ctrl Alt BackSpace for You!

Ubuntu Jaunty No Ctrl Alt BackSpace for You!


So Ubuntu 9.04 Jaunty has by default disabled the Ctrl+Alt+Backspace keysequence for restarting the X Server. For some advanced Linux users, this might be completely offensive. But lets remember that Ubuntu us targeting both existing Linux users in addition to newbies.

To Reverse / Fix

KDE 3.5
If you are using KDE 3.5 in Jaunty, you reverse this change to normal behavior by adding this code to your xorg.conf:
Section "ServerFlags"
Option "DontZap" "off"
EndSection
KDE 4
1) Install the �dontzap� package (hopefully this step can be skipped in the future):
sudo apt-get install dontzap

2) Launch �systemsettings� and select the �Display� module

3) Click on the checkbox labeled �Ctrl+Alt+Backspace restarts the xserver� and press the apply button.
After that, type in your password. You know the drill.

Thoughts
Sometimes I wonder about things like this begin cropping up in future releases. But honestly, as far as I am concerned, so long as I have the power to re-enable whatever feature was taken away, I dont see a problem here. Others may disagree, but overall I feel confident that this will be a non-issue.

download file now

Read more »

Thursday, August 10, 2017

Ubuntu Zoom in and out with Ctrl Super mousewheel

Ubuntu Zoom in and out with Ctrl Super mousewheel


To check pixel-perfect webdesigns this is a must have feature!

First you need to install CompizConfig Settings Manager, if you did not before:

 sudo apt-get install compizconfig-settings-manager 

You can now start CCSM and click on the Enhanced Zoom Desktop icon.

Here set the Zoom In Button to <control><Super>Button4 and the Zoom Out Button to <control><Super>Button5.

download file now

Read more »