Jump to content

Recommended Posts

Posted

I had a thought,, here I am trying to find a second keyboard so I can use it to typ letters and numbers direct into the scratch pad. I only use a few keys on keyboard as it is while im flying. Is there a nice, backlit, programable (macro capable) multi profile keyboard on the market? I would prefer to just have 1 keyboard, and flip a switch or something to switch to a gaming profile in the keyboard just before I launched the A-10c,,, does one exist?

Windows 10 Pro - 64 Bit / ASUS ROG Strix B650E-F Gaming / AMD 7800X3D / G.Skill Trident Z5 NEO 64GB DDR5 6000 Ram / SSD M.2 SK hynix Platinum P41 2TB / MSI Gaming GeForce RTX 4090 SUPRIM Liquid X 24G / SteelSeries Arctis 7 Headset /LG-Ultragear 38" IPS LED Ultrawide HD Monitor (3840 x 1600) / Track IR4 / Thrustmaster TPR Pendular Rudder Pedals / Virpil HOTAS VPC Constellation ALPHA-R & VPC MongoosT-50CM3 Throttle

 

Posted

Thanks for the feedback,, I actually did some research today,, found this:

http://www.gamingreviewguide.com/best-keyboards-for-gaming/

 

I am trying to sift through the specs,,, one of the key features im looking for is the ability to be able to create a profile where as if I typed in the letter "a" for example, I want it to execute "LShft + a" as an example,,, I dont think the one you just purchased has that ability does it?

Windows 10 Pro - 64 Bit / ASUS ROG Strix B650E-F Gaming / AMD 7800X3D / G.Skill Trident Z5 NEO 64GB DDR5 6000 Ram / SSD M.2 SK hynix Platinum P41 2TB / MSI Gaming GeForce RTX 4090 SUPRIM Liquid X 24G / SteelSeries Arctis 7 Headset /LG-Ultragear 38" IPS LED Ultrawide HD Monitor (3840 x 1600) / Track IR4 / Thrustmaster TPR Pendular Rudder Pedals / Virpil HOTAS VPC Constellation ALPHA-R & VPC MongoosT-50CM3 Throttle

 

Posted (edited)

The Logitech Full Keyboards have a set of programmable keys but the standard keys cannot be reprogrammed (A is always just A). The G13 has a full set of programmable keys but does not emulate a full keyboard.

 

@Fakum, The one you are looking at is just the latest version of the 510 and actually has less programmable keys, 12 instead of the 18 that the 510 has, IIRC, for nearly twice the price. The display is pretty though.

 

I have a G510 and a G13 connected to my game machine BTW.

Edited by cichlidfan

ASUS ROG Maximus VIII Hero, i7-6700K, Noctua NH-D14 Cooler, Crucial 32GB DDR4 2133, Samsung 950 Pro NVMe 256GB, Samsung EVO 250GB & 500GB SSD, 2TB Caviar Black, Zotac GTX 1080 AMP! Extreme 8GB, Corsair HX1000i, Phillips BDM4065UC 40" 4k monitor, VX2258 TouchScreen, TIR 5 w/ProClip, TM Warthog, VKB Gladiator Pro, Saitek X56, et. al., MFG Crosswind Pedals #1199, VolairSim Pit, Rift CV1 :thumbup:

Posted

Thanks,,, that Razer appears to be fully functional,,, but mixed reviews about keys sticky and logevity,,,, I havnt found another yet except for the mechanical keyboards that all the keys are fully programmable,,,,

 

http://www.amazon.com/dp/B000YDIA78/ref=as_li_ss_til?tag=amazonaz-20&camp=213381&creative=390973&linkCode=as4&creativeASIN=B000YDIA78&adid=1PBQG3ZM9T4AAG57J6NW&&ref-refURL=http%3A%2F%2Fwww.gamingreviewguide.com%2Fbest-keyboards-for-gaming%2F

Windows 10 Pro - 64 Bit / ASUS ROG Strix B650E-F Gaming / AMD 7800X3D / G.Skill Trident Z5 NEO 64GB DDR5 6000 Ram / SSD M.2 SK hynix Platinum P41 2TB / MSI Gaming GeForce RTX 4090 SUPRIM Liquid X 24G / SteelSeries Arctis 7 Headset /LG-Ultragear 38" IPS LED Ultrawide HD Monitor (3840 x 1600) / Track IR4 / Thrustmaster TPR Pendular Rudder Pedals / Virpil HOTAS VPC Constellation ALPHA-R & VPC MongoosT-50CM3 Throttle

 

Posted

Most keyboards made for POS (Point Of Sale) systems are fully programmable.

 

There's a ton of those on the market. Try looking in that direction :)

 

Also, you can look at X-Keys. I know some guys who have one to two of these and swear by them: http://www.piengineering.com/xkeys/xkpro.php

 

When not flying, they simply unplug 'em and set them off to the side. Will not conflict with your current keyboard either :)

Posted
AutoHotkey would help you to reprogram any keyboard hardware you find to your liking. Any physical key would do anything you need at the price of having to learn how to use it - or get help to start with. It's now a few years I use it and nothing compares to this most advanced open source scripting tool.
Posted

Good stuff guys ,, thanks,,

 

ivanwfr, I read the features of that software, but i didnt see anything about having more than 1 profile? Does that software feature the capability to switch profile quick and easy? Thanks

Windows 10 Pro - 64 Bit / ASUS ROG Strix B650E-F Gaming / AMD 7800X3D / G.Skill Trident Z5 NEO 64GB DDR5 6000 Ram / SSD M.2 SK hynix Platinum P41 2TB / MSI Gaming GeForce RTX 4090 SUPRIM Liquid X 24G / SteelSeries Arctis 7 Headset /LG-Ultragear 38" IPS LED Ultrawide HD Monitor (3840 x 1600) / Track IR4 / Thrustmaster TPR Pendular Rudder Pedals / Virpil HOTAS VPC Constellation ALPHA-R & VPC MongoosT-50CM3 Throttle

 

Posted (edited)

Exactly, it can detect which program has focus -- and much more reliably than Logitech Setpoint mind you!

 

You can do layers (in the way TARGET has them) to swich between generated event for any single key... And we're not talking In/Out Up/Middle/Down! You can do thousands of those if you're crazy enough ;)

 

Below is a short sample of my thousands of line of script. In fact you can do whatever you can conceive that makes some sense.

 

 

*F1::  handleKey("F1","Stroke")
*F2::  handleKey("F2","Stroke")
*F3::  handleKey("F3","Stroke")

; .../...

*MButton::      handleKey("MButton"  ,"Down") ; G700[Mouse wheel       - KEY=G3 - BUTTON=3 ]
*MButton Up::   handleKey("MButton"  ,  "Up")

*XButton1::      handleKey("XButton1","Down") ; G700[Thumb top back	- KEY=G6 - BUTTON=4 ]
*XButton1 Up::   handleKey("XButton1",  "Up")

*XButton2::      handleKey("XButton2","Down") ; G700[Thumb top front	- KEY=G7 - BUTTON=5 ]
*XButton2 Up::   handleKey("XButton2",  "Up")

#include util.ahk
#include wow.ahk
#include dcs.ahk
#include tdu.ahk

handleKey(key,event) ; {{{
{
   global

   WinGet, process_name ,ProcessName, A

   Modifiers := getModifiers()

   if     (process_name = "wow.exe") ; {{{
handle_WOW(key,event)

   else if(process_name = "EventTester.exe") { ; {{{
 handle_GVIM(key,event)
   }

   else if(((process_name = "Launcher.exe") or (process_name = "notepad.exe")) and isAltDown() and (event = "Down") ) { ; {{{ DCS_ME
Send, {Alt Up}
handle_DCD_ME(key,event)
   }
   else if(process_name = "TestDrive2.exe") ; {{{
handle_TDU(key,event)
   else if((process_name = "DCS.exe") or (process_name = "EventTester.exe") or (process_name = "TARGETScriptEditor.exe")) { ; {{{
if(event = "Down") {
    Send, %Modifiers%{%key% Down}
    SoundPlay, %SoundDir%/st_com1.wav
}
else if(event = "Up") {
    Send, %Modifiers%{%key% Up}
    SoundPlay, %SoundDir%/st_com1.wav
}
else {        ; "Stroke"
    Send, %Modifiers%{%key%}
    SoundPlay, %SoundDir%/st_com1.wav
}
   }
}

; example of a handle function (possibly included from another file
handle_stamina(key,event) {
   global
   if(key = "F17") and (event = "Up") {            ; button Edge Back
       Run, %local%/USR/vim/vim73/gvim.exe -s %USR%/ivan/VIM/SCRIPTS/redrill.vim
   }
   else {
       if(event = "Down")
           Send, %Modifiers%{%key% Down}
       else if(event = "Up")
           Send, %Modifiers%{%key% Up}
       else
           Send, %Modifiers%{%key%}
   }
}

 

Edited by ivanwfr
Posted

@OP

I use the Razer Tarantula with Profiles for that.

[sIGPIC][/sIGPIC] AEF Flesh | 161 SQN

System: 965BE / 5850 Toxic / TrackIR 5 Pro / 120gb Corsair Force 3 GT / 2TB Raid10 / 6GB RAM /TM HOTAS Warthog / G13 / Combat Rudder Pedals..... and lots more :doh:

Posted

ivanwfr, thanks for the sample,, I will admit ,, that scares me lol,,, im not a script writer, and the spare time that I have,, I try and learn the Hog,,, I dont think I have the time to start leaning how to do that,, but I appreciate the input.

Windows 10 Pro - 64 Bit / ASUS ROG Strix B650E-F Gaming / AMD 7800X3D / G.Skill Trident Z5 NEO 64GB DDR5 6000 Ram / SSD M.2 SK hynix Platinum P41 2TB / MSI Gaming GeForce RTX 4090 SUPRIM Liquid X 24G / SteelSeries Arctis 7 Headset /LG-Ultragear 38" IPS LED Ultrawide HD Monitor (3840 x 1600) / Track IR4 / Thrustmaster TPR Pendular Rudder Pedals / Virpil HOTAS VPC Constellation ALPHA-R & VPC MongoosT-50CM3 Throttle

 

  • 1 month later...
Posted

Anyone else using anything? I'm just trying to enter characters in the scratch pad a bit easier instead of clicking the alpha/numeric buttins in the cockpit with the mouse,,, The X-pad mentioned here looks great, but a little more $ then the wife would care to see me spend,,, the funny programmable keyboard Im interested in is just the thing it seems,, but the reviews are not good at all http://www.amazon.com/dp/B000YDIA78/ref=as_li_ss_til?tag=amazonaz-20&camp=213381&creative=390973&linkCode=as4&creativeASIN=B000YDIA78&adid=1PBQG3ZM9T4AAG57J6NW&&ref-refURL=http%3A%2F%2Fwww.gamingreviewguide.com%2Fbest-keyboards-for-gaming%2F

Windows 10 Pro - 64 Bit / ASUS ROG Strix B650E-F Gaming / AMD 7800X3D / G.Skill Trident Z5 NEO 64GB DDR5 6000 Ram / SSD M.2 SK hynix Platinum P41 2TB / MSI Gaming GeForce RTX 4090 SUPRIM Liquid X 24G / SteelSeries Arctis 7 Headset /LG-Ultragear 38" IPS LED Ultrawide HD Monitor (3840 x 1600) / Track IR4 / Thrustmaster TPR Pendular Rudder Pedals / Virpil HOTAS VPC Constellation ALPHA-R & VPC MongoosT-50CM3 Throttle

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...