Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Keystroke Re-mapping and Passthrough App

Keystroke Re-mapping and Passthrough App

Scheduled Pinned Locked Moved C#
phpdatabasehelptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thecodedemon
    wrote on last edited by
    #1

    I've been looking at Matias' Half Keyboard and 503 Keyboard (http://www.matias.ca/halfkeyboard/index.php) and it seems like a rather neat idea. However, I'm not willing to spend $100 to find out I don't like it. So, I decided to try making a program/windows service that would intercept any keystroke, and via a configurable mapping, pass the mapped key on to windows. The remapping of keys, I can do. What I need help on is how to trap keyboard signals from getting to windows, and then sending the ones I want through. If anyone has suggestions, pointers, or links to articles about this kind of thing, please share. I might consider working with others on this project as well. I've always wanted to try a colaborative project, and put out some open-source apps.

    A soft glow comes from the pit in the darkness. The clicking noise become faster - and louder. A wind begins to stir up from the pit, as the creature flexes it's wings, preparing for flight. You stare into the pit, and hear a voice say in your mind, "If you survive the encounter, declare it to the world." The Code Demon Rises.

    G 1 Reply Last reply
    0
    • T thecodedemon

      I've been looking at Matias' Half Keyboard and 503 Keyboard (http://www.matias.ca/halfkeyboard/index.php) and it seems like a rather neat idea. However, I'm not willing to spend $100 to find out I don't like it. So, I decided to try making a program/windows service that would intercept any keystroke, and via a configurable mapping, pass the mapped key on to windows. The remapping of keys, I can do. What I need help on is how to trap keyboard signals from getting to windows, and then sending the ones I want through. If anyone has suggestions, pointers, or links to articles about this kind of thing, please share. I might consider working with others on this project as well. I've always wanted to try a colaborative project, and put out some open-source apps.

      A soft glow comes from the pit in the darkness. The clicking noise become faster - and louder. A wind begins to stir up from the pit, as the creature flexes it's wings, preparing for flight. You stare into the pit, and hear a voice say in your mind, "If you survive the encounter, declare it to the world." The Code Demon Rises.

      G Offline
      G Offline
      Giorgi Dalakishvili
      wrote on last edited by
      #2

      You will need to install keyboard hook. Search google and/or codeproject for this term and you will find what you need.

      #region signature my articles #endregion

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups