4Clip Logo 4Clip v1.6

Featured on Rob on programming. People say that you will find 12Clip if you follow the link. Keep it a secret.

Gives you up to 4 extra clipboards, as well as a history of all clipboard copy operations.

Hotkeys:

[F1-F4] + c copies selected content or current clipboard if there is no selection (Note: current clipboard will remain the same)
[F1-F4] + a appends selected content (or current clipboard if there is no selection) to a clipboard variable (Note: files will be transformed into their absolute paths)
[F1-F4] + s swaps the current clipboard with a clipboard variable
[F1-F4] + p outputs the content in a tooltip (Note: files will be displayed through their absolute path)
[F1-F4] + v pastes the content
[F1-F4] + b pastes the content (if text) or the absolute path (if file)
[F1-F4] + d clear clipboard
F1 + F2 show log (or use tray menu)
F3 + F4 set delimiter for append function (or use tray menu). To use tab, space, or enter as a delimiter, declare them as {tab}, {space} or {enter}

Changelog

  • v1.6
    • added append function
    • now supports unicode
  • v1.5
    • added swap function
    • added log file function
  • v1.4
    • exchanged popup messages with tooltips
  • v1.3
    • added a function to paste the content without formatting
  • v1.2
    • changed hotkey usage to F1-F4 keys
  • v1.1
    • fixed a copy bug

DropPub Logo DropPub v1.2

Featured on Lifehacker. See this video for a short demonstration.

Drops files (through drag and drop or send-to) into your public Dropbox folder and copies their public links to the clipboard. Files get copied, folders get zipped (through 7zip) and moved. To use it the most efficient way copy a shortcut to the send-to menu. To reset all settings, delete the data.ini file.

Thanks to Christopher Heuer for his contribution.

Changelog

  • v1.2
    • fixed a bug with network drives
    • fixed a bug with the hash key
  • v1.1
    • fixed a bug with the space key
    • added function to copy itself in the sendto menu

PowerLock Logo PowerLock v1.0

If the workstation gets locked (Windows + l hotkey), the screen gets turned off.

Hotkeys:

Control + Alt + l turns the screen off

NoCaps Logo NoCaps v1.0

Press capslock to unlock the following functions:

Keyboard Layout

Press capslock again to deactivate these functions.

BreakTimer Logo BreakTimer v1.0

This is a simple break timer. It will pop up a message box or a tooltip after a certain amount of time has passed. The default setup is 30 minutes shown through a message box. To change this, you just create a shortcut to the program and use these parameters:

Syntax

  • [location] [time in minutes] OR
  • [location] [time in minutes] [mode]
    • available modes: 0 (message box), 1 (tooltip)

Examples

  • "D:\BreakTimer.ahk" 25 - shows a message box every 25 minutes
  • "D:\BreakTimer.ahk" 30 1 - shows a tooltip every 30 minutes

WinMan Logo WinMan v1.0

Lets you drag or maximize windows without clicking on their title bar. Can also set windows always-on-top. The move function was written by The How-To Geek.

Hotkeys:

Win + mouse drag changes the position of the current window
Win + double click maximizes or restores current window
Win + right click sets current window always on top