Wish More than 6 Macros

tchart

Well-Known Member
Licensed User
Longtime User
Unless Im mistaken, there seems to be a limit on the number of macros you can have currently - seems to be 6?

I would love this to be configurable since I have a wide monitor and can easily accommodate more macros. Even 10 would be amazing - suggesting 10 since you are kind of limited to ctrl+[0..9] for keyboard shortcuts.

1776210168470.png
 

tchart

Well-Known Member
Licensed User
Longtime User
You can change it with an ini setting:
B4X:
 "c:\Program files\Anywhere Software\b4a\b4a.exe" -INI_MaxNumberOfTitleItems=20
Or edit C:\Users\<user>\AppData\Roaming\Anywhere Software\Basic4android\b4xV5.ini

And set it there.
Amazing! Thanks Erel
 
Top