Posts Tagged ‘one’
All-In-One-Gestures Plugin for Firefox
The All-In-One-Gestures plugin for Firefox is a plugin that enables you to accomplish nearly every task you want to in Firefox with the help of drawing lines on the screen. You just need to assign the directions for the common task in the preferences and start drawing:
By default, the key for drawing gestures is the middle-mouse key, meaning the mouse-wheel, which can be changed however. The plugin is highly customizable as you will see on first glance when opening the options window, it is also updated regularly to be up-to-date with Firefox’ fast updates.
To show an example, as seen in the options table above, the following gesture will duplicate the current tab:
Gestures are shown as red lines on the screen by default so that you can see what you are drawing. Additionally, the tool can be misused to draw funny pictures on your Firefox windows!
Merge Lines in VBScript (Windows)
If you need to have multiple commands in one line in MS Windows’ VBScript, you can accomplish that by using the colon (:) operator. The following line of script will display two message-boxes after each other:
Msgbox”Hello.” : Msgbox”Hey!”
You can leave as much space as you want between the commands and the colon.
Copy and Paste Multiple Entries (Ubuntu Linux)
To be able to copy and paste multiple entries with Control + C and Control + V there is an applet for the GNOME desktop panel called Glipper which is a clipboard manager and is available in the default Ubuntu repositories. If it does not show up in your list of applets after installation, restart your system and it should be available. Its menu is accessible over the panel icon and the key combination which is configured in the Preferences menu (Ctrl+Alt+C by default). The top entry is the one that will be pasted on Ctrl+V. To change it, just select another one.
In Preferences, you can also configure on what actions selections should be copied into the clipboard, if they should be remembered on system restart and how many entries should be remembered.





