Search found 2 matches
- 09 Feb 2017, 11:25
- Forum: General
- Topic: send key combinations with persistence
- Replies: 4
- Views: 16867
Re: send key combinations with persistence
pretty much yes - in principle I think the sequence would be: send key down (this state persists until otherwise) followed by send key {F6} by each repetition from the user, fooling the system into thinking the ctrl key is held down whilst the F6 key is pressed repeatedly at the users instruction (i...
- 08 Feb 2017, 17:37
- Forum: General
- Topic: send key combinations with persistence
- Replies: 4
- Views: 16867
send key combinations with persistence
Hi all, I'm using luaMacros to create a secondary keyboard to make certain functions I perform much easier. One such issue is in Microsoft SQL Server Management Studio. To switch between SQL windows, the key combination is an annoying "ctrl+F6" If I use sendkeys('^{F6}') on "page up" this works for ...