Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 127045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:24:51+00:00 2026-05-11T05:24:51+00:00

I remember using a program, some years back, that allowed me to fine-tune my

  • 0

I remember using a program, some years back, that allowed me to fine-tune my monitor’s settings with custom gamma ramps and other adjustments. It had the ability to create different screen-settings profiles for different uses, and setup global hotkey shortcuts to activate them without switching out of the program you’re in.

My question is, how do you set up the hook for that? I’m sick of WINDOWS-D minimizing everything when I only want access to the desktop in one screen and I want to keep working in the other one. (I have 2 monitors for a reason!) So I figure it shouldn’t be that difficult to hack up a little Delphi app that will minimize everything on one monitor. The only problem is hooking it to a hotkey. Does anyone know what the API is for this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T05:24:52+00:00Added an answer on May 11, 2026 at 5:24 am

    http://www.swissdelphicenter.ch/torry/showcode.php?id=147

    Basically there are three steps:

    Register

    // Register Hotkey Win + A id1 := GlobalAddAtom('Hotkey1'); RegisterHotKey(Handle, id1, MOD_WIN, VK_A); 

    Handle

    procedure WMHotKey(var Msg: TWMHotKey); message WM_HOTKEY;  { .... }  // Trap Hotkey Messages procedure TForm1.WMHotKey(var Msg: TWMHotKey); begin   if Msg.HotKey = id1 then     ShowMessage('Win + A pressed !'); 

    Unregister

    UnRegisterHotKey(Handle, id1); GlobalDeleteAtom(id1); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 117k
  • Answers 117k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Check out SO's own Jeff Atwood's comments about this problem...… May 11, 2026 at 10:41 pm
  • Editorial Team
    Editorial Team added an answer You can modify WSDL by using SoapExtensionReflector class. From Kirk… May 11, 2026 at 10:41 pm
  • Editorial Team
    Editorial Team added an answer The point is that JavaScript can't read the anti-XSRF token… May 11, 2026 at 10:41 pm

Related Questions

My 7 year old would like to learn, how to program? (his idea not
I have a set of transactions occurring at specific points in time: CREATE TABLE
I have been programming in Java since 2004, mostly enterprise and web applications. But
First, some background: Our product needs to integrate with the Lotus Notes client by

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.