Updated "Bye"

Developed or developing a new product in PureBasic? Tell the world about it.
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Updated "Bye"

Post by DevilDog »

Hey everyone,
I while back I wrote a small utility called Bye that will let you close the topmost window by pressing the "Esc" key.

I've since updated it and added the ability to minimize/maximize the current window by pressing "Shift+Esc" as well as the ability to lock the workstation by pressing "Alt+Esc".

You can get it at http://utils.isengardtech.com

You will also find my other PB utility "Capture" to make easy Screen captures.
When all is said and done, more is said than done.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Since I sometimes press escape for other reasons, bye scars me a little, but I'll give it a shot.

Capture looks like something I can really use.

Thanks for sharing.
Waussie
User
User
Posts: 24
Joined: Fri Nov 11, 2005 12:14 pm

Whahaha

Post by Waussie »

So you made a program that does exactly the same as alt+F4

So usefull that is :D
Currently coding the unbelievable WFS program...
You'll know it, when it gets released...
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post by DevilDog »

Sure, you and how many other know that? :?

What it tries to emulate is the way apps used to work before windows, which was often that if you pressed escape, it would close.

Besides, it's one less key! :wink:
When all is said and done, more is said than done.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Make it so the key could be changed, and I'd say pretty cool
DevilDog
Enthusiast
Enthusiast
Posts: 210
Joined: Thu Aug 04, 2005 9:32 pm
Location: Houston, Tx.

Post by DevilDog »

cool, I'll see what that will take.
When all is said and done, more is said than done.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> you and how many other know that?

Millions? :) It's one of the first hotkeys that any Windows user learns.

Personally, I wouldn't use it, as it's too easy to hit Esc by mistake. That's
why it's ALT+F4 -- such a combo isn't able to be typed "accidentally". Also,
it would interfere with games and such -- how can I press Esc to go back to
the Main Menu in Quake 2 now? And what happens if I press Esc to get rid
of a MessageBox in an app -- will it cause the app to quit instead? :shock:

But if it works for you -- great! :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

Totally Agreed with PB...
An appl with a messagebox listing all the useful windows hotkeys would be more useful than this :lol:

Hey hey press win+m ! press win+l ! press win+d! and favourite for annoying a friend win+u .. "foregound window.. ho.. foreground window.."

:lol: :lol:
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

And I just remembered something else: last week a bit of glass on the light
above my PC cracked and fell onto my keyboard last week. Now, imagine
if I had done a lot of coding and not yet saved, and the glass hit Esc... :wink:

All I'm saying is I don't think your app would have many supporters, even
if you love it. Apps that create unnecessary PC risks aren't that popular.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply