Jump to content
Corsair Community

Text Actions in RGBs - can I use Enter and Tab


vitio

Recommended Posts

Hello!

I'm new at this forum :) I would line to buy one of the Corsair's keyboards.

I have a question about Text actions in RGB keyboard models. I would use it to remember some of my code parts (i'm a programmer), but then it would be important that it would remember my Enters and Tabs (or multiple Spaces instead of Tabs).

For example this:

 
<table style="width:100%">
 <tr>
   <td>Jill</td>
   <td>Smith</td>
   <td>50</td>
 </tr>
 <tr>
   <td>Eve</td>
   <td>Jackson</td>
   <td>94</td>
 </tr>
</table> 

 

When I execute such macro I don't want to get this:

<table style="width:100%"><tr><td>Jill</td><td>Smith</td><td>50</td></tr><tr><td>Eve</td><td>Jackson</td><td>94</td></tr></table>

but exactly the code like this above with Enters and Tabs (or multiple Spaces instead of Tabs).

 

I would be grateful if someone could paste this first code above into Text action and check if Text action after executing the macro remembers Enters and Tabs (or multiple Spaces instead of Tabs) or at least Enters?

Or can I do it in another way?

 

Thank you very much in advance

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...