Gnome

Unresolved: <Ctrl>Tab for gnome-terminal

Firefox uses <Ctrl>Tab</ctrl> and <Ctrl><Shift>Tab</shift></ctrl> for switching between tabs. Eclipse at least lets you assign these same keybindings to its tabs. Wouldn't it be nice if gnome-terminal would allow the same thing? No such luck.

The symptom, as described by Daniel DiPaolo:

Turning on firefox emacs keybindings

  • Run gconf-editor from the command line
  • Change the key /desktop/gnome/interface/gtk_key_theme from "Default" to "Emacs"
  • Restart Firefox

gconf-editor on the command line

All the settings you can tweak by running gconf-editor, you can also access in scripts or on the command line using gconftool. Refer to the directory-like structure of gconf-editor or peek in ~/.gconf to find the setting you're looking for.

Get the value of a Gnome setting

gconftool -g /desktop/gnome/peripherals/mouse/left_handed

Set the value of a Gnome setting

gconftool -s /desktop/gnome/peripherals/mouse/left_handed -t bool true

Remote desktop and multihead laptop setup with Vino

Install VNC packages

On the local machine or your desktop:

sudo apt-get install xvnc4viewer x2vnc

Enable Remote Desktop

On the remote machine or your laptop:

System -> Preferences -> Remote Desktop

Remote Administration

This is much like rdesktop functionality.

xvncviewer 192.168.0.1:0

Instantaneous Multihead Setup

Position your laptop to the left of your monitor and open a magical passageway for your mouse and keyboard:

x2vnc 192.168.0.2:0 -west

Syndicate content