Kernow Pilgrim Legend
Posts : 10648
| |
Vader Sith Warrior
Posts : 4359
| Subject: Re: Page Up Mon 25 Nov 2013, 3:23 am | |
| Well, unless there is a setting in game.. Perhaps there is a way to do it outside the game via a program? Tho I'm no tech wiz so. Edit: I found a program for Mac, that lets you change key's and do other things: http://doublecommand.sourceforge.net/ As to how it works, that'll be up to you since I don't have a Mac. D: Edit x2: Well shit.. http://doublecommand.sourceforge.net/features.html It appears to not have a random key function to a different random key function. The whole point to the program is if you are using a PC keyboard with Mac, but you have a laptop anyways. Beside the point, it doesn't have the function :s I'll keep looking tho. (probably will get beaten to the point tho XD) | |
|
Kernow Pilgrim Legend
Posts : 10648
| Subject: Re: Page Up Mon 25 Nov 2013, 4:52 am | |
| | |
|
Vader Sith Warrior
Posts : 4359
| Subject: Re: Page Up Mon 25 Nov 2013, 7:15 am | |
| Alright, it seems this should work, however it will involve adding some code to a file in this program: https://pqrs.org/macosx/keyremap4macbook/ Here are the steps: https://pqrs.org/macosx/keyremap4macbook/document.html#privatexml - Code:
-
Example:
<item> <name>Swap Space and Tab</name> <identifier>private.swap_space_and_tab</identifier> <autogen>__KeyToKey__ KeyCode::SPACE, KeyCode::TAB</autogen> <autogen>__KeyToKey__ KeyCode::TAB, KeyCode::SPACE</autogen> </item>
Note: The above example swaps two keys that you input. Meaning in your case it would make a key not work anymore. So either have a key that you dont use and put it there. OR. (not sure if this is right, but judging by the first it should be ok.)
<item> <name>Space To Tab</name> <identifier>private.space_to_tab</identifier> <autogen>__KeyToKey__ KeyCode::SPACE, KeyCode::TAB</autogen> </item>
Note: This will most likely make the SPACE button go to the TAB button. Though in your case you need to have Page Up. (This next one should be the one you use kern.)
<item> <name>Page Up To (key of choice)</name> <identifier>private.page_up_to_(key_of_choice)</identifier> <autogen>__KeyToKey__ KeyCode::PAGE UP, KeyCode::(key of choice)</autogen> </item>
Note: I'm not sure if writing PAGE UP will work as the button, but technically it should.
But yea, you need to find the private.xml file within that program, and add this: <item> <name>Page Up To (key of choice)</name> <identifier>private.page_up_to_(key_of_choice)</identifier> <autogen>__KeyToKey__ KeyCode::PAGE UP, KeyCode::(key of choice)</autogen> </item> Unfortunately I can't really do anything, unless you were to instal the program, and send me that .xml file. Cuz I know alot of people aren't into computer things, neither am I really but this isn't too bad by the looks of it. | |
|
Kernow Pilgrim Legend
Posts : 10648
| Subject: Re: Page Up Wed 15 Jan 2014, 1:07 pm | |
| Hi vader, I was lookin at this again. Karma for the advise there, I gave it all a good read and it confused me. I need to just download and install the program and follow instructions ONLY in 'How to add your own settings' chapter? | |
|
Vader Sith Warrior
Posts : 4359
| Subject: Re: Page Up Wed 15 Jan 2014, 2:40 pm | |
| Yea download the program, install and then follow those steps. | |
|
Battledroidlover Sith Lord
Posts : 5188
| Subject: Re: Page Up Thu 16 Jan 2014, 6:40 am | |
| Can't you just buy a keyboard and plug it in ? | |
|
Kernow Pilgrim Legend
Posts : 10648
| Subject: Re: Page Up Thu 16 Jan 2014, 12:47 pm | |
| | |
|