deskthority.net Open in urlscan Pro
159.69.68.22  Public Scan

Submitted URL: https://r.search.yahoo.com/_ylt=Awr.ny6X3eBlYmwZ3Bfc5olQ;_ylu=Y29sbwNpcjIEcG9zAzEEdnRpZAMEc2VjA3Ny/RV=2/RE=1709264407/RO=10...
Effective URL: https://deskthority.net/viewtopic.php?t=5488
Submission: On February 29 via manual from IT — Scanned from IT

Form analysis 3 forms found in the DOM

GET ./search.php?sid=10dcb051d2cd6dc47ebe9ff8826961cf

<form action="./search.php?sid=10dcb051d2cd6dc47ebe9ff8826961cf" method="get" id="search">
  <fieldset>
    <input name="keywords" id="keywords" type="search" maxlength="128" title="Search for keywords" class="inputbox search tiny" size="20" value="" placeholder="Search…">
    <button class="button button-search" type="submit" title="Search">
      <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">Search</span>
    </button>
    <input type="hidden" name="sid" value="10dcb051d2cd6dc47ebe9ff8826961cf">
  </fieldset>
</form>

GET ./search.php?sid=10dcb051d2cd6dc47ebe9ff8826961cf

<form method="get" id="topic-search" action="./search.php?sid=10dcb051d2cd6dc47ebe9ff8826961cf">
  <fieldset>
    <input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="Search this topic…">
    <button class="button button-search" type="submit" title="Search">
      <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">Search</span>
    </button>
    <a href="./search.php?sid=10dcb051d2cd6dc47ebe9ff8826961cf" class="button button-search-end" title="Advanced search">
					<i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">Advanced search</span>
				</a>
    <input type="hidden" name="t" value="5488">
    <input type="hidden" name="sf" value="msgonly">
    <input type="hidden" name="sid" value="10dcb051d2cd6dc47ebe9ff8826961cf">
  </fieldset>
</form>

POST ./viewtopic.php?f=7&t=5488&sid=10dcb051d2cd6dc47ebe9ff8826961cf

<form method="post" action="./viewtopic.php?f=7&amp;t=5488&amp;sid=10dcb051d2cd6dc47ebe9ff8826961cf">
  <div class="dropdown-container dropdown-container-left dropdown-button-control sort-tools">
    <span title="Display and sorting options" class="button button-secondary dropdown-trigger dropdown-select dropdown-toggle">
      <i class="icon fa-sort-amount-asc fa-fw" aria-hidden="true"></i>
      <span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span>
    </span>
    <div class="dropdown hidden">
      <div class="pointer">
        <div class="pointer-inner"></div>
      </div>
      <div class="dropdown-contents">
        <fieldset class="display-options">
          <label>Display: <select name="st" id="st">
              <option value="0" selected="selected">All posts</option>
              <option value="1">1 day</option>
              <option value="7">7 days</option>
              <option value="14">2 weeks</option>
              <option value="30">1 month</option>
              <option value="90">3 months</option>
              <option value="180">6 months</option>
              <option value="365">1 year</option>
            </select></label>
          <label>Sort by: <select name="sk" id="sk">
              <option value="a">Author</option>
              <option value="t" selected="selected">Post time</option>
              <option value="s">Subject</option>
            </select></label>
          <label>Direction: <select name="sd" id="sd">
              <option value="a" selected="selected">Ascending</option>
              <option value="d">Descending</option>
            </select></label>
          <hr class="dashed">
          <input type="submit" class="button2" name="sort" value="Go">
        </fieldset>
      </div>
    </div>
  </div>
</form>

Text Content

DESKTHORITY

mechanical keyboard authority

Skip to content

 * Login
 * Register
 * 

 * Quick links
    * 
    * Unread posts
    * Unanswered topics
    * Search
    * 

 * Spy
 * Wiki
 * Chat

 * Board index Knowledge base & media Workshop
 * Search


FILTERKEYS SETTER... FOR A FASTER KEY REPEAT (IN WINDOWS)

Post Reply
 * Print view

Search Advanced search
First unread post • 2 posts • Page 1 of 1

Soarer Posts: 899 Joined: 03 Jul 2011, 02:03 Location: UK Favorite switch: F DT
Pro Member: -
 * Quote
 * 

01 Apr 2013, 23:11

This is just a quick and dirty utility for making FilterKeys settings, which
allows values that are not possible to set using the standard Windows UI.

It's main use would be, as the title says, to set faster repeat than is normally
possible. The easiest way to use it for that purpose is to click 'Keyboard',
which sets all the values to the same as you've got set in the normal Keyboard
settings dialog in Control Panel, and then change repeat delay and rate to your
liking.

If you want to make settings permanent, check the box 'Save to registry'.

No rebooting, or logging off and then on again, is required.

FilterKeysSetter102.png (16.94 KiB) Viewed 673386 times
Source code is provided, in C++ for VS2003, which should be easy to convert to a
later version of VS.

Essentially it's just a wrapper for calling the SystemParametersInfo function
with SPI_SETFILTERKEYS and passing it a FILTERKEYS structure.

Related: How can I increase the key repeat rate beyond the OS's limit?, where
there's some discussion and also source code for a command line utility that
sets repeat rate and delay using FilterKeys.

This is a shameless crosspost from GH.

v1.0.1
- added an 'Apply' button.

v1.0.2
- added a Test area.
- added 'Original' button, which loads settings active when the utility was
launched, as a half-assed 'Undo' feature.
- replaced MFC icon with an equally crappy one!
- added some parameter validation.
- fixed bug where dialog closed when clicking OK even when setting failed.
Attachments FilterKeysSetter_source_1.0.2.zip (15.61 KiB) Downloaded 166774
times FilterKeysSetter_1.0.2.zip (78.61 KiB) Downloaded 338067 times
Top

--------------------------------------------------------------------------------


Muirium µ Posts: 25307 Joined: 03 Feb 2013, 11:11 Location: Edinburgh, Scotland
Main keyboard: HHKB Type-S with Bluetooth by Hasu Main mouse: Apple Magic Mouse
Favorite switch: Gotta Try 'Em All DT Pro Member: µ
 * Quote
 * 

06 Feb 2024, 20:35

A spammer just found this thread. In the process of deleting his payload, I
learned this thing existed. Soarer you prolific bugger, you! A decade on and I’m
still impressed.
Top

--------------------------------------------------------------------------------

Post Reply
 * Print view

Display: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by:
AuthorPost timeSubject Direction: AscendingDescending

--------------------------------------------------------------------------------

2 posts • Page 1 of 1

Return to “Workshop”

Jump to
 * Discussions
 * ↳   Keyboards
 * ↳   Mice & other input devices
 * ↳   News & reviews
 * ↳   News
 * ↳   Reviews
 * Knowledge base & media
 * ↳   Gallery
 * ↳   Workshop
 * ↳   Deskthority wiki talk
 * ↳   Deskthority wiki
 * Other
 * ↳   Marketplace
 * ↳   Member to member
 * ↳   For sale
 * ↳   Want to buy
 * ↳   Want to trade
 * ↳   Group buys
 * ↳   Other
 * ↳   External
 * ↳   Vendors
 * ↳   eBay
 * ↳   Taobao
 * ↳   Other external
 * ↳   Marketplace Help
 * ↳   Try before you buy
 * ↳   Off-topic
 * ↳   Other languages
 * ↳   Diskussionen auf Deutsch
 * ↳   En français
 * ↳   Português
 * Deskthority
 * ↳   Deskthority talk
 * ↳   Archive
 * ↳   Deskthority Awards 2018
 * ↳   DTA News
 * ↳   Call for nominees
 * ↳   Final Vote
 * ↳   Deskthority Awards 2017
 * ↳   Results
 * ↳   Final vote
 * ↳   Vote for nominees
 * ↳   Call for nominees
 * ↳   DTA news
 * ↳   Deskthority Awards 2016
 * ↳   Results
 * ↳   Final vote
 * ↳   Vote for nominees
 * ↳   Call for nominees
 * ↳   DTA news
 * ↳   Deskthority Awards 2015
 * ↳   Results
 * ↳   Final vote
 * ↳   Vote for nominees
 * ↳   Call for nominees
 * ↳   DTA news
 * ↳   Deskthority Awards 2014
 * ↳   Results
 * ↳   Final vote
 * ↳   Vote for nominees
 * ↳   Call for nominees
 * ↳   DTA news
 * ↳   Deskthority Awards 2013
 * ↳   Results
 * ↳   Final vote
 * ↳   Vote for nominees
 * ↳   Call for nominees
 * ↳   DTA news
 * ↳   Deskthority Awards 2012
 * ↳   Deskthority Awards 2011
 * ↳   Support Deskthority
 * ↳   Club discussions & votes
 * ↳   Club management
 * ↳   Deskthority club launch
 * ↳   Geekhacker refugee camp
 * ↳   Sinklist Archive
 * ↳   Forum software translations

 * Board index
 * 
 * All times are UTC+01:00
 * Delete cookies
 * Contact us

Powered by phpBB® Forum Software © phpBB Limited

Privacy | Terms