Tartarus V2 Assign specific L or R control/shift/alt keys | Razer Insider
Question

Tartarus V2 Assign specific L or R control/shift/alt keys

  • 16 March 2023
  • 1 reply
  • 44 views

Hi guys, I play IL 2 and I need to be able to assign specific  alt/shift/control keys, for example left control + W does x and right control + W does y, as IL2 separates the keys. How do I do this with the keypad? And how do you assign winkey + B as a combination? It doesnt even seem to detect it. IL2 has a million dang combinations.


1 Reply

Userlevel 4

To assign specific alt/shift/control keys in IL2, you can use the in-game key binding options. Here's how to do it:

  1. Open the IL2 game and go to the options menu.
  2. Click on "Controls" and then click on "Key Mapping".
  3. Find the action that you want to assign a key combination to and click on it.
  4. Press the key combination that you want to use (e.g. left control + W).
  5. The key combination should now be assigned to the action.

As for assigning the winkey + B combination, you may need to use a third-party software such as AutoHotkey to create a custom script that maps that key combination to a different key or action. Here's an example script that you could use:

#b::Send {Enter}

This script will map the winkey + B combination to the enter key. You can modify the script to map it to a different key or action as needed. Once you have created the script, you can run it in the background while you play IL2.

Reply