| ||||||||
| view older items |
Coding Snack: Scissors - separate .txt file at any specified punctuation markA user requests: "I need to be able to separate text at any specified punctuation mark onto it's own line and then insert a blank line between it and the next separation. If this can be done simply (I only use a computer, I have no idea of how they do what they do). I assume this can be done via something like the find & replace box." Read more and download the coding snack written by dc member timns..
|
||||
DONE: App that keeps track of money you findOriginal request from the Coding Snacks forum: Very often I am finding money; usually coins or small bills that have been lost or dropped. Am wanting an app that would keep track of this over time, break-down amounts by currency found and type (coins, bills, some of both) (example: 13 nickels, two $1 bills) and total dollar amount found (examples: today $2.25, 2009 $31.47) and could compare or graph this information. Would also like an option to enter the location of where it was found, have the app keep track of recurring locations (mall parking lot, city park, etc...) and list or graph totals over time by location. Was thinking this would almost be a great smart-phone app, but whatever platform would be cool! Thanks!
|
||||
Coding Snack: sWavPlayer - Wave file player without any guiDC member highend01 requests: I'm desperately looking for a simple .wav player that doesn't have any gui at all. It should have the following features: - Can be invoked via a e.g. dos prompt (e.g. wavplayer.exe <file> [option]) option = /exit (quit the player after playing the file) - Works under x86 _and_ x64 systems (WinXP - Win7) - Portable, configuration files should not be needed I've used microwav before I switched to Win 7 x64 which worked fine under any x86 environment but fails under x64. Click here to read more and download sWavPlayer, a program written to satisfy the request
|
||||
DONE: HashReplace - Replace all files with identical contentsWhat it does: Replace all files in a folder with identical filename AND SHA1 hash as original.file with new.file. Use Cases Say I have updated the contents of a php file that is used multiple times throughout my project, and now I want all other copies of that file to be updated as well. In most cases the following code would work: However if the file is readme.txt or config.php for example, then you'd have overwritten many wrong copies. Using HashReplace only files with the same name and same contents will be overwritten with the new contents. Download Source, Executable and Test files
|
||||
Overlap WallpaperI promised to make an App as a thank you to DC members, so here it is. Description (of the application) : Displays a photo on the desktop wallpaper in overlap manner, so that one can have the photo of loved ones on different wallpaper images on desktop. The overlapped photo can be sized, and positioned on desktop as required; and also can be made semi transparent. Benefits (of using it) : I like to have my family photo on my desktop (who don't). Now sometime I come across a good nature image as desktop wallpaper (I like nature, abstract etc.). To have my loved ones photo over the nature's wallpaper, I open up image editor, adjust the two images, save and set as wallpaper, done. In another few months, I find a breath taking image of water fall and want it as my wallpaper. Open image editor, and ... done. When I need to change the family photo with the latest naughty one of my son, I look for the image editor, and ... done. Well as a developer, somewhere inside me I was not feeling good. I wanted the benefit of both worlds and in automated manner. Googling gave me many freeware wallpaper changers and some with collage facility. All these does the job but not as I required. I wanted the wallpaper to change the main background image but keep my family photo overlapped on it. I made one, which does as required. It shows the given image overlapped on the existing desktop wallpaper. Further one can use a wallpaper changer and have the loved ones photo always overlapped on different wallpaper images. My colleagues, who wanted the same but could not use image editor properly, love it. We all have our religious photo (looks like we all turn religious as the pay day nears), overlapped on different wallpapers on all our desktop now. Download: https://sites.google.com/...ite/overlapwallpaper/home (sites.google.com/site/overlapwallpaper/home in case the above link does not show fully) Hope you will find this software useful. Regards,Anand
|
||||
SFV Ninja
|
||||||||||||||||||
Coding Snack: Regex SorterRegEx Text Sorter can sort a list of text lines using criteria specified in a Regular Expression. Click here to read more and download now..
|
||||
Excel2Html: Excel to HTML Commandline ToolExcel2Html Description A command-line tool to convert Excel data into html like the Mail Merge feature of Word. Created as a resolution to this until now unfinished Coding Snack, during the March 2011 fundraiser event. Features Convert Excel data into 1 big html table (singlefile mode) or each row into a single html file, or multifile mode where the names of the file can either be based on row number of column data (multiple columns can be used), and each column can be output anywhere the html based template allows. Click here to read more and download now..
|
||||
Fundraiser Day 3 - Part 2 - New Software Release: sWeatherTo celebrate the fundraiser, DC member skwire has released a new application: sWeather. But before I describe sWeather, I need to say a little bit more about Skwire. Over the last year he has released an absolutely astounding number of brand new freeware programs over the last year - almost all in response to requests from everyday people who have stopped by and posted on the DonationCoder.com Coding Snacks Request board. He's almost threatening to break the record for releases by DC member Skrommel. It's great fun to watch Skwire create new tools based on user requests. Ok back to the new app, sWeather. It's a tray-based weather tool. There are a few of these kinds of tools around, some good, some bad. sWeather is nice because it looks great while being pretty minimalist, and does all of the important things well. There are tray icons for weather condition and temperature, and it's easy to switch quickly between locations and perform update checks. Overall a very sweet tool.
Important Note: During the fundraiser we ask people to make new donations into the site. And these donations help cover site hosting costs and other expenses. But we also have a system we created (called DonationCredits) in order to let people direct their donations to specific members on the site who they would like to show support to. The best thing you could do with your donation is actually to send your donation credits out to specific people on the site like Skwire, whose work you want to support - as a way of letting them know that their work is appreciated. So don't just donate, spread the love a little by sending your donation out to people on the site like skwire. Actually skwire has his own direct paypal donation button on his website, and that would also be a great way to let him know he is appreciated.
|
||||
Software Utility: Stoic Joker's (File & Folder) Fix When
Description One of the in-House (work) projects required me to modify the file dates of several hundred files on a semi-regular basis while a new system was being implemented. Obviously this had to be automated.... All of the then available utilities for this were in the $50 range, so I decided to take a stab at writing my own utility (because I'm cheap and had free time back then). This actually started as a CodeProject.com code sample which was posted as an example of how to programmatically change file dates. Being that that was exactly what I was looking for, I used it as a starting point, dressed up the GUI, added a few features, and re-factored the existing code to increase the applications speed (x20) dramatically. Features Change Created, Modified, and Last accessed dates on a File or Folder. Change the Read Only, Hidden, or System Attribute on a File or Folder. Change the above on All Filed & Folders in a given Target Folder. Bypass (Read Only or System) Attributes to effect changes as necessary. Will also Display if target File of Folder is (NTFS) Compressed or Encrypted. Click here to read more and download..
|
||||||||||||
Release: On Screen Button That Sends Keyboard Commands: WinButtons 1.0.0
Features Display a set of large buttons, with descriptive captions, that can open a sub-menu, start an application, send keystrokes to another application (using WinSendKeys), or whatever can be done using a windows command-line. The window can have enabled/disabled a border, close button, taskbar button, different colors and sizes per button, display a bitmap or icon instead of a text-caption, hide itself (and optionally a preceding chain of WinButtons instances) during execution of a command, wait for completion of the command, or exit after starting a command. Click here to read more and download..
|
||||||||
Time Calculator that accepts a column paste of mm:ssI'm looking for an easy way to total the track times of albums listed on AllMusic.com. The track times are on the right using mm:ss format as in 7:55 but I don't see a way to column select with chromium. The only time calculator that comes close is the old AddTime. But it only accepts either '.' or ',' as the separator. So I have to block select in Chromium, paste into an editor that does right justify paragraph, line up the numbers by padding with zeros manually, column select and copy to clipboard, then AddTime will allow pasting. Ideally something would read the clipboard, get the times from the end of each line, do the math, and pop up a total. The display of the total can be a simple MsgBox. I don't care about being able to copy and paste the result. One total time is no hassle to type. But if a nicer display is more pleasing to the author that's fine with me.
|
||||
Date/Time and Battery Status BarFirst things first, English is not my native language so I apologize if I'm not very clear. When using a notebook, I usually don't hide the taskbar for three main reasons: quick launch, clock, and battery notification. I like my app launcher (in this case Quick Launch) to be always visible, so that to launch a program I only need two actions: locate the program's icon and click the icon. Setting to auto hide means more actions: show the launcher, locate the icon, and then click the icon. I also need the clock to be always visible as a quick reminder for lunch break or other small things that just don't worth having a dedicated reminder program for them. The battery notification is to remind me when I need to plug/unplug the adaptor. But I also have a netbook, and with netbooks, screen estate is very limited, so I choose to auto hide the taskbar. I'm OK with trading quick launch for screen height, but I still need the clock and battery notification to be always visible. So, what I'd like to have is a small bar that stays on top of the screen, about 12 pixels or so in height, just to show the current date, time, and battery status. The bar should also resize the screen work area so that it doesn't cover the titlebar of a maximized window. I attached a simple mock up to show what I mean. Additionally, it is also nice if the battery status info changes color, let's say red when in critical battery level and green when the battery is fully charged. I also prefer 24-hour format. Similar programs are StatBar and Rainlendar I believe, but they are too complex for what I need. Click here to read about and download the coding snacks written for this request..
|
||||
Coding Snack: Hotkey copy filename then append it to a URL in clipboard for pastingA DC member asks: "First off, I'd be very grateful to anyone who may do this. I've tried to read up some about how to do this using AHK but don't know where to begin. What it would do: You select a file and press a hotkey (left winkey & C would be nice) it then copies the filename eg: image.jpg to clipboard and prefixes a set url to it. End result would hopefully be hxxp://examplewebsite.info/image.jpg that you could use the normal ctrl+v to paste into an IM window. It would be very nice for those who have a little web server off a home computer and send links to friends/family very often. It saves quite a bit of time in the long run. In the past year I've taken over 3,800 screenshots and linked every single one of them by typing out the full url and file name by hand. Preferably in .ahk rather than .exe so the url can be easily edited." Click here to see the code solution
|
||||
Finished Coding Snack: Organize TextA dc member asks: "I don't know if it is easy to do what I want or there is a tool already available... well, I have a text file with a list of sentences (each sentence seperated with a newline) what I want is to group/organize the sentences, by cutting them and pasting them to specific text files (other that the one with the sentences list) so I want to automatically select a sentence, cut it, and paste it in the appropriate text file by clicking a shortcut key then select the next one, cut and paste it in the appropriate text file, etc to choose the appropriate target text file, where I want each sentence to go, I must click the relevant shorcut key that would be very handy for this kind of job, any suggestion?" Click here to read about and download the coding snacks written for this request..
|
||||
Coding Snack: Jungledisk Cost CalculatorJungleCalc (source/binary included): Download New in this version:
Continue reading the rest of the entry and discuss..
|
||||
Coding Snack: Shortcut CreatorI would like to select with a click a folder, file, program ; and applying a key combination over that selection automatically create a shortkey (direct access to that folder, file, program) in another folder or place. Usually in the windows desktop. Better is the key combination invokes a selection table with my shortcuts definible favorite folders. I am trying to go faster that the usual way : over the file , click right button - send to - windows desktop (shortcut) Best Regards Click here to read more and download..
|
||||
Coding Snack: FFBookmarkUnpackerFFBookmarkUnpacker http://nod5.dcmembers.com/ffbookmarkunpacker.html Intended for use on a ramdisk that clears on each boot. For non-ramdisk use, avoid duplicates by deleting the old unpack root folder before running. This is an easy way to have FF3 bookmarks show up in FARR and Everything. Edit: a limitation: the script only unpacks one level of bookmark folders. It doesn't unpack recursively. Click here to read more and download now..
|
||||
Coding Snack: ALT key down visual indicator (for when alt key is stuck)i'm fighting my logitech mouse which likes annoying me by locking the ALT key down (i have alt + tab assigned to a mouse button and i suspect it doesn't release the alt key sometimes). it would be helpful if i had some kind of warning, probably a tray icon, that indicated that the ALT key was held down (i could provide the icon for this, i'm thinking that a flashing red dot would be easy to identify). i'm sure this is an autohotkey type problem so i appreciate that i could spend a few hours/days trying to figure it out - but i'm hoping one of you autohotkey masters will help out. thanks. Click here to grab the AHK utility written by DC member ewemoa to accomplish this..
|
||||
SelectAll: Using the Control and A Keys to Select All TextBackground I find that Control+A doesn't necessarily select all text in various contexts and typically notice this after typing Control+A. Not finding anything that seemed to help, I put together a little utility tentatively named "SelectAll" in an attempt to improve the situation a bit. I have been using it for a bit now and have found that it has turned out to be useful in my particular situation so after some discussion with mouser, decided to post it. (Please let me know if you know of something similar or better.) Click here to read more and download now..
|
||||
Boot Snooze: Faster boots combining hibernate and restartA DC Member wrote about an interesting idea for a utility, which was promptly coded by resident DC coding snack phenom Skwire, and dubbed "Boot Snooze": Quote Many users use the hibernate feature instead of shutting down so they can start the computer faster next time, there a downside for this though: the computer will hardly ever get restarted, so it can't perform the usual startup checks and other stuff that keeps the OS healthy. If others took the other rote and decided to shutdown the computer completely, the next start will be slower than a hibernate of course, but at least the OS will have a chance to reload, free memory..etc So why not have both? When a user wants to shutdown his computer, the little program will kicks in: performing a restart instead, which will then be accompanied with a hibernate after the computer completely boots so the next boot will be 5 seconds away! Click here to read more and download now..
|
||||
DSToolBox for the command line inclined userDC member ChalkTrauma says: This is just a collection of command line apps that I developed over the years that lanux128 gave me the idea to release. This is the first bunch I have cleaned up and documented, I expect to keep adding to this collection as time permits. Right now I have 11 in the pack. I've done my best to test them, but I'm sure there are bugs here and there. Hopefully someone will find them useful. I don't know how much time I'll have to work on them so I probably won't have many cycles for feature requests unless it is something trivial, but I'll always fix bugs. You can find them here: http://dreamcycle.net/dstoolbox share and enjoy ![]()
|
||||
Coding Snack: CovArt Ops - Scan music collection for missing covers/artworkA dc member requests: "Topic says it all. I know it is somewhat possible with iTunes by going coverflow happy and looking for the grays, but I hate that program. Ideally, I'd want a big list, sorted by album title. An album could be determined by the directory, as I use one directory per album. Please please PLEASE do not make different artists turn it into different albums, since that's what's making most programs I found throw up with 15 similar covers for different artists - directory criterium alone is all I need. It should look for the cover in a cover.jpg, folder.jpg, front.jpg as well as tags in the files if files doesn't work. Albums that end up without any cover art should light up red in the list. It would also be nice if it was possible to see how the program found the cover (from a file (filename), from tags, etc) and whether it is consistent. A way to get the directory the album is in (Copy to clipboard) would also be awesome. Reason I'm looking for this is that I lost a crapload of my album art when iTunes messed up my computer, and I'm not letting it back on lest it destroy stuff again.. but I do want to go through my 500+ albums to restore covers where they might be missing. P.S.: Used the Dina font for years, always been a lurker without account till now. Great website! ^^" Click here to read about the program written by DC member skwire, CovArt Ops..
|
||||
Automated mp3 rip from video clipA DC member requested a tool with a super simple interface that can create an mp3 file from a video file. Member Skwire comes through again with this new tool "Video 2 mp3": Instructions: 1) Drag & drop a video file onto this executable file. 2) An MP3 file will be created in the same directory as the executable. 3) It will use the same name as the dropped video file except with an mp3 extension. I tested it with an AVI, MPG, and FLV file. Obviously, the larger the file, the longer it will take to extract and produce the MP3. Click here to read more and download..
|
||||
Coding Snack: Warning that I'm on Battery powerA DC member asks: I was doing a presentation on Sat, and I guess my power cord wasn't plugged in all the way, so I was on battery power. Died halfway thru the presentation in front of 1000 people, and went in hiberation. Bad!! I use the laptop for audio so they don't see the screen. I want a small flashing box on my screen every time I'm on battery power so this never happens again. Anyone seen such a tiny program? Click here to read more and download the coding snack written by a dc member..
|
||||
Coding Snack: My text file manipulation needsA DC member asks: Hallo! I am a writer and not a programmer, but am in search of easy to use tools to tackle simple tasks. They are almost always associated with text files & a tagged CSV English - German dictionary. For the tasks I have I would like to try and use AutoHotKey. I seem to have no luck with programming languages. The task I am trying to perform is: 1. Open a simple text file of sentences. 2. Open a CSV dictionary file 3. Read words in turn from the text file, find them each in the dictionary and 4. Copy the Parts-of-Speech for each from dictionary 5. Write the tags in brackets following each word in the text file. Is it possible to do this uising AutoHotKey? Has anyne tried it or done it? Can he or she help me? Or has one of the donation-coders a better way? I'd be very grateful. Thanks and regards, forkinpm. Click here to read more and download the utility written by dc member Skwire..
|
||||
CodingSnack: Left-mouse-click triggers a PrtScr press in the backgroundA DC member requests: Basically, I am currently using Screenshot Captor and I defined the PrtScr button to capture the active window each time I press it. What I hope to do is to eliminate the need to press the PrtScr button by leveraging the left-button click on mouse to trigger it. The left-mouse button click must still function as normal but now with an added function of simulating a press of the PrtScr button. Is there such a program available that can help me do this? Or can someone create a script to do this? Thank you in advance for any suggestions. Click here to read more and download the utility created..
|
||||
Coding Snack: Toggle mouse acceleration with a simple programMy annoyance is fairly straightforward, as well as (I would hope) its solution: I want to toggle this with a hotkey: THE STORY: I bought a touchpad for my desktop to combat RSI. It's... ok, I guess. See, the driver that it comes with doesn't actually recognize the touchpad, which means that Windows sees it as a mouse. This isn't a huge problem; it works fine. Though without the driver, it lacks some customizable options, I can live with it. My mouse remains plugged in, since I will be swapping between the two devices based on the tasks I am doing. The problem is that I now have two devices that run on the same control panel settings, and physically are two devices with different kinds of sensitivity. The touchpad actually causes more strain without the "Enhance pointer precision," option enabled, since moving the pointer requires repeated 'scrubbing' with the fingers. With the feature enabled, I can move the pointer much more easily while retaining control. However, this setting is far too sensitive for my mouse, which flies all over the screen like an out of control fighter plane. To switch devices, I have to launch the Mouse applet, toggle the "Enhance pointer precision" setting manually, then resume using my input device. Without a helpful shortcut, I have to do this many times a day. PROBLEM: Two pointing devices on one system, one that needs mouse acceleration, the other doesn't. Need an easy way to toggle the "Enhance pointer precision" setting to aid in switching between the two devices. SOLUTION: A small program that launches, toggles the "Enhance pointer precision" setting from the Mouse control panel applet, and then closes itself. (If the setting is active, it deactivates it. If it's inactive, it activates it.) Since this is an issue I've found with laptops I've used as well, this could be useful beyond my specific use case. I've often had to resort to touchpad on the go, and later dock, to find that my mouse is flying uncontrollably until I toggle this setting off. Since I already use a decent hotkey manager, I don't need this to be a running program. Ideally, it would just execute, toggle the setting, and close. I can call upon the program when I need it. BONUS: The ability to store actual mouse settings as profiles, and toggle in between them with user-configurable hotkeys. This is far beyond my own needs, of course, but this might be a more interesting challenge for some. Thanks for your time, o programmers of tiny things. Click here to read more and download the utility written by dc member Skwire..
|
||||
Coding Snack: Split .txts into smaller ones when there is a space line
|
||||
Coding Snack - "Waste Not" - Whats in my fridge and When does it expire?Not sure if this is too complicated or too off-topic for the style of applications we're going for? I live in a house with 2 other guys. We are a bit disorganised when it comes to food because we all work at different times, and never plan to eat together. When we do, its great, but its such a rare occurrence. Because we all buy little bits of food for dinner, we end up with too much per person and a fair amount of waste, which drives me crazy. There is a tiny netbook in the kitchen which serves as a music player, and it runs a few spreadsheets ad household duties/chores schedules for everyone. What I'm thinking of is a simple perishables food list. With 'add item and expiry date' and 'how long left until we have to throw it out' arranged by 'time left' and various colour coding for time left on items. RED meaning EAT NOW!! Click here to read more and download the "Waste Not" coding snack written by Skwire..
|
||||
Auto Perform, a mIRC enhancementHello fellow DC members. I've been working my butt off to make a complete overhaul of the perform function of mIRC. For those who do not know, mIRC is an IRC client. IRC is a way to chat on the internet with others. DonationCoder has an IRC chat room, check here for more details: http://www.donationcoder....ic=496.0%3Bprev_next=prev "Perform" in mIRC is essentially just a list of commands that are ran when you connect to an IRC server. Click here to read more and download..
|
||||
Coding Snack: Toggle Switch with a Global Hotkey to change Power schemes?PowerSchemeToggler 1) Unpack archive to a folder of your choice. 2) Run PowerSchemeToggler.exe and you'll be presented with a small interface that will allow you to choose two profiles to toggle between. Click the "Save and exit" button when done. 3) Run PowerSchemeToggler.exe with the -toggle parameter to toggle between your chosen schemes. Click here to read more and download..
|
||||
Coding Snack: Icon Menu LauncherClicking the desktop icon (.exe) to open menu from it's place. just a simple application for cluttered desktop. by making the .ahk available, users can change the desired icon to use and the application list. it doesn't have to be a tray application or a service whose always on. Its a stand-alone apps. This is my request. Click here to read more and download..
|
||||
Selector 1.2Selector 1.0 is ready for general use I think. The idea is a hotkey app in the Tray that holds a few of your favorite programs that can take the command line param from selected text or the clipboard. One example would be a browser. Instead of relying on a plugin to open the current page in another browser hit the address bar to select text and hit the Selector hotkey(Shift-NumPadDiv by default.) Choose your browser and hit the Go button. Currently adding programs to the list requires using a FileOpen dialog to browse to the .exe file. A short name is automatically generated but can be edited. At the moment there's no provision for sorting the list or rearranging the order of apps. A later version should have a few more bells and whistles. The program uses Glass if enabled on the system. It requires Scripting.Dictionary object on the PC. If you don't have Scripting.Dictionary I believe installing the .NET 2.0 or later run-time will put it on but check the MS web site for the correct download. If you have .NET 2.0 or later you should have it already. Edit: link: http://www.favessoft.com/hotkeys.html updated to v. 1.01 Double clicking an item in ListBox presses the Go Button to launch the item. Items added to the ListBox are sorted(case insensitive sorting.)
|
||||
IDEA: Tool to Enable/Diable Default Zip Behavior in WinVista/Win7A long time ago, someone saw a need for this tool (XP only) Windows-XP-ZIP-Support-Control I now see the need for a companion tool for Vista and Win7. What do you think? Here are the details on how this is done in Vista/Win7. http://www.annoyances.org/exec/show/article03-202 Click here to read more and download..
|
||||
Dimensions 2 Folders: Sort images into folders based on resolutionI'd like to see an option to sort out just one specific resolution, or a list of specified resolutions, so that I can run the program on my bulk image downloads folder and pull out all the images that are wallpaper sized, without worrying about having hundreds of extraneous folders created that then get in the way of other sorting (exactly 400 folders created this batch, amusingly). As an added bonus, but much lower priority, a sub-option that would create a second folder for images that almost match the required res but not quite, e.g. 1682x1050 or 1680x1040. Perhaps with a definable pixel or percent range. Dimensions 2 Folders has been updated to v1.0.3: Webpage | Download Click here to read more and discuss..
|
||||
Tags 2 Folders: Automatically create a sub folder in a folder on the basis of Album NamesTags 2 Folders is a small utility to sort audio files into folders based on their tags. The following audio file types are suppported: AAC, APE, FLAC, MP1, MP2, MP3, MP4, MPC, M4A, M4B, OGG, OFR, OFS, TTA, WMA, WV Simply choose a source folder, a destination folder, set your options and click the "Go" button. Options 1) Recurse source folder: Scan through the source folder's sub-directories. 2) Show destination folder after run: Launch an Explorer window of the destination folder when done. 3) Template: Use the tokens to come up with your own folder naming scheme. 4) Copy files to destination: Make copies of the original files in the destination folder. 5) Move files to destination: Move the original files into the destination folder. Other notes 1) You can drag & drop folders onto the source and destination fields. 2) Filename collisions will be automatically renamed like this: audio_file.mp3 audio_file[1].mp3 audio_file[2].mp3 audio_file[3].mp3 ... Webpage | Download
|
||||
CCCCtrlC - simple multiple clipboard utilityAs a part of not-working on my MSc I decided to finally learn AHK and programme myself a little multiple clipboard tool, using an idea which came to my head a long time ago. Now that it works like I want it to work, I thought why not share with you, maybe someone is waiting for this kind of software ![]() Here comes some description of the program: CCCCtrlC Simple multiple clipboard utility. Creates any number of additional clipboards (called cccclipboards) and allows accessing them using normal keyboard shortcuts. To put it simply
Some more description If you press Ctrl+C or any other clipboard shortcut (see below) and release it normally (without delay), then the regular clipboard is used for the operation. But if you hold the shortcut for a moment, in the bottom right corner of the screen you will see a clipboard selection info scrolling over cccclipboards. Release the keys and the action will be executed on the currently selected cccclipboard. Click here to read more and download..
|
||||
| view older items |
|
||||||||||||||||||||||||||||||||||||||