Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AutoText item selection key
#16
Quote:if there are multiple identical, press the letter key, it will switch between multiple items, as shown in the figure below, can it be achieved in LA?

Currently no. Need to &-mark different characters. In next program version multiple items can have the same character marked.

Code:
Copy      Help
// script ""
var m = new popupMenu();

m["&some"] = o => { print.it(o); };
m["s&ure"] = o => { print.it(o); };
m["s&ine"] = o => { print.it(o); };
m["&several"] = o => { print.it(o); }; //currently this cannot be selected with 's', but in next program version it will work

m.Show(PMFlags.Underline);


Messages In This Thread
AutoText item selection key - by Davider - 11-01-2022, 05:19 AM
RE: AutoText item selection key - by Kevin - 11-02-2022, 01:43 PM
RE: AutoText item selection key - by Davider - 11-04-2022, 07:57 PM
RE: AutoText item selection key - by Kevin - 11-08-2022, 03:15 AM
RE: AutoText item selection key - by Davider - 11-08-2022, 03:40 AM
RE: AutoText item selection key - by Davider - 11-08-2022, 04:47 AM
RE: AutoText item selection key - by Kevin - 11-08-2022, 06:27 AM
RE: AutoText item selection key - by Davider - 11-08-2022, 09:45 AM
RE: AutoText item selection key - by Kevin - 11-08-2022, 01:06 PM
RE: AutoText item selection key - by Davider - 11-08-2022, 09:30 PM
RE: AutoText item selection key - by Davider - 11-11-2022, 10:07 AM
RE: AutoText item selection key - by Gintaras - 11-11-2022, 10:20 AM
RE: AutoText item selection key - by Davider - 11-12-2022, 02:11 AM
RE: AutoText item selection key - by Davider - 11-12-2022, 07:09 AM
RE: AutoText item selection key - by Davider - 11-16-2022, 10:06 AM
RE: AutoText item selection key - by Gintaras - 11-16-2022, 12:43 PM
RE: AutoText item selection key - by Davider - 11-16-2022, 01:21 PM
RE: AutoText item selection key - by Gintaras - 11-16-2022, 01:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)