• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Discovery General Discovery RP 24/7 General Discussions
« Previous 1 … 48 49 50 51 52 … 779 Next »
multiple keymaps - possible ?

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Pages (4): « Previous 1 2 3 4 Next »
multiple keymaps - possible ?
Offline Stabby_Dave
08-10-2017, 07:02 PM,
#21
Member
Posts: 298
Threads: 83
Joined: Jan 2016

lol. Yeah.

It recognises when the scroll lock key is pressed, but it doesn't swap the keys over correctly. Been trying different things all day with no joy.

A database of helpful information
Reply  
DragonRider
08-10-2017, 07:22 PM,
#22
Unregistered
 

I'm not too experienced with AutoHotKey or coding for that matter, so here's a simple script:

Code:
ScrollLock::Suspend

w::up
a::left
s::down
d::right

Scroll Lock key toggles the script on and off. WASD act as up/down/left/right. Once the script is off, WASD resume their normal functions.
Only thing, when you start up the script it's at the ON state.
Reply  
Offline Stabby_Dave
08-10-2017, 07:31 PM,
#23
Member
Posts: 298
Threads: 83
Joined: Jan 2016

Won't that just assign the arrow keys to WSAD, rather than actually swapping them?

A database of helpful information
Reply  
DragonRider
08-10-2017, 07:38 PM,
#24
Unregistered
 

It just assigns the arrow keys to WASD. Isn't that what you're looking for?
Reply  
Offline Stabby_Dave
08-10-2017, 07:41 PM,
#25
Member
Posts: 298
Threads: 83
Joined: Jan 2016

I'm looking to swap them - make WASD become the arrows and the arrows become WASD.

That just does one half of it.

A database of helpful information
Reply  
DragonRider
08-10-2017, 08:00 PM,
#26
Unregistered
 

Oh my bad, I misunderstood. I can't think of a code for that.
Reply  
Offline Stabby_Dave
08-10-2017, 08:11 PM,
#27
Member
Posts: 298
Threads: 83
Joined: Jan 2016

me either. Meh!

A database of helpful information
Reply  
Offline Biggles
08-11-2017, 11:35 PM,
#28
Member
Posts: 187
Threads: 13
Joined: Feb 2015

(08-10-2017, 05:30 PM)maddog_dave Wrote: That,s why I wrote it to be dependent on the ScrollLock key - So you can toggle it off and (when it works) they'll switch back so you can type.

Well, at least that's the plan.

Whoops, my mistake, missed that! Still, it should be possible to make something that listens to the current state of the chat box and can toggle the remap accordingly.

Aurora — Wingman — Forumlancer — ALG
  Reply  
Offline Stabby_Dave
08-15-2017, 03:46 PM,
#29
Member
Posts: 298
Threads: 83
Joined: Jan 2016

It should be - I just can't get it to work (new to AutoHotKey). Also, still waiting for my forum account on their site to be activated, so can't post the code on there.

A database of helpful information
Reply  
Offline ronillon
08-15-2017, 08:22 PM,
#30
Copper Storage Depot
Posts: 563
Threads: 19
Joined: Oct 2012

Here is AutoHotkey script, that will switch WSAD and Arrow Keys if Freelancer window is active.
Code:
;# Switch WASD with Arrow Keys in Freelancer# START
#IfWinActive ahk_class Freelancer
w::Up
Up::w
a::Left
Left::a
s::Down
Down::s
d::Right
Right::d
#IfWinNotActive ahk_class Freelancer
;# Switch WASD with Arrow Keys in Freelancer# END





[+]Signature:
►BattleZones
►Ore Mining
►Sci Data Anomaly "Mining"
►Sci Data Rewards
►POB
►POB Rules
►Bretonia ►Gallia ►Kusari ►Liberty ►Rheinland | ►Model/Name/Move
►MultiMonitor Setup - noBorderWindow
►BBCode
Reply  
Pages (4): « Previous 1 2 3 4 Next »


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode