Topics - xtekian [ switch to compact view ]

Pages: [1] 2next
1
Post New Requests Here / IDEA: Full text on desktop icons
« on: March 31, 2007, 05:56 PM »
When filenames for desktop icons get too long windows automatically limits them to two lines. Usually that's ok, but when I have icons on the desktop that are not shortcuts (i.e. pdf files) they limit the lines of text for the name to 1. I.e. Verylongword.pdf becomes Verylo.....

When you click on an icon, the full name shows up, but I would like the text to be there even when the icon isn't clicked. I looked through TuneUp and other programs but they don't seem to have an option to do this... anyone know any programs or know a way to let me control the lines that each icon can display on the desktop?

Thanks =)

2
I think the title explains most of it.. I have a two 19" monitor setup, and sometimes I am playing a game or something one the left side in full screen. Sometimes I want to do something else on the right screen, such as write a paper or browse the web. However, since the game is in full screen, whenever I move my mouse over to the right side and click on a window, the game minimizes on the left screen.

I tried using autohotkey and a couple of other programs, but I don't think that code which keeps windows on top apply to directx/full screen applications (i.e. applications that don't have a minimize/resize/close button on the top right).

I haven't been able to find anything that would let me do what I do. If someone can find a program that does that, then please post it =) otherwise, anyone interesting in tackling this problem?

Thanks!

3
Post New Requests Here / IDEA: limiting audio to one source
« on: June 25, 2006, 07:09 PM »
i was wondering if someone could make a quick app where pressing a hotkey would allow me to mute all programs except for a program i specify, i.e. winamp.

i have aim, a tv tuner, and i also play games, and sometimes i just want to listen to music and nothing else, but it's a big hassle to always turn on and off the volumes for each program. any help would be appreciated =)

4
I just got a keyboard a little over a month ago and it's already malfunctioning =| definitely a bummer, but it's a wireless keyboard and so i don't want to shell out money for a new one

basically, my "w" has become very, very sensitive. i don't know how it malfunctions, but basically, if i even slightly press the "w" key, the keyboard will register it as a keystroke (without pressing it down all the way). a lot of times i find myself accidentally resting a finger on the key and it registers the 'w' key leading to a string of w's like wwwwwwwwwww.

howewer, it gets worse. if i press the "w" key all the way down, it registers another keystroke. if i don't press the "w" key fast enough, the keyboard registers the "w" as being pressed twice, once for just touching the key and once for actually pressing the key. this gets VERY annoying when i'm typing, because when i'm typing fast i often type something like "wwhen" or "wwww" instead of "www" the only way i can bypass this problem is if i press the "w" key very fast, and only then will it register one keystroke. howwever, i can only do that with lots of concentration and it's a pain in the butt. finally, one last snitch; if i release the "w" key slowly, it will also register another "w" keypress, so i can technically type "www" with one keypress.

so basically, i know a solution but i need help coding it....

can someone write a quick autohotkey script that will only let 1 instance of the "w" key occur over a specific time? for example, if windows detects that the "w" key is pressed twice within .3 seconds or .5 seconds (or an x amount of time), only one instance of the "w" will be recorded and inputted into the program. however, if the "w" key is pressed and held, it should continue acting like any other key that is pressed and held (most notably for gaming)

thanks!

xtekian

5
Finished Programs / DONE: Automatic Program Queuing
« on: February 08, 2006, 12:43 PM »
I was extracting large files the other day using winrar and it was a pain because since they were in different folders I had to extract them one at a time, and I had to actually attend the computer to do this.

So I was thinking about this and I came up with a good program idea =)

Basically, the idea is for a program to queue programs on the list, for example -

1) there is a list of programs that will be automatically queued if you open it more than once (like winrar)
2) when one instance of winrar finishes, the next winrar in queue is automatically started

of course, this can apply to any other program types as well.

Pages: [1] 2next
Go to full version