Activity log for bug #1757365

Date Who What changed Old value New value Message
2018-03-21 08:53:38 RaiMan bug added bug
2018-03-21 08:53:59 RaiMan sikuli: status New In Progress
2018-03-21 08:54:03 RaiMan sikuli: importance Undecided High
2018-03-21 08:54:07 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2018-03-21 08:54:10 RaiMan sikuli: milestone 1.1.3
2018-03-21 08:58:19 RaiMan description I want to select one line text in script by combined keys of HOME and SHIFT, but it dosen't work. My script is : type(Key.END) wait(1) type(Key.HOME, Key.SHIFT) wait(1) type('C', Key.CTRL) wait(1) print Env.getClipboard() But from UI, the line text can't be selected. Is there any problem in my script? Thanks ---- problem if Env.isLockOn(Key.NUM_LOCK): nlZap=True else: nlZap=False if nlZap: type(Key.NUM_LOCK) ------------------------------------ I want to select one line text in script by combined keys of HOME and SHIFT, but it dosen't work. My script is : type(Key.END) wait(1) type(Key.HOME, Key.SHIFT) wait(1) type('C', Key.CTRL) wait(1) print Env.getClipboard() But from UI, the line text can't be selected. Is there any problem in my script? Thanks
2018-08-16 15:22:28 RaiMan sikuli: milestone 1.1.3 1.1.4
2018-08-16 15:22:37 RaiMan sikuli: status In Progress Fix Committed
2018-08-16 15:22:42 RaiMan sikuli: importance High Critical
2018-08-16 15:23:27 RaiMan summary [1.1.x] Windows 7: Env.isLockOn(Key.NUM_LOCK) does not work [1.1.x] Windows 7: Env.isLockOn(Key.NUM_LOCK) does not work - fixed in 1.1.4 2018-08-16
2018-08-16 15:28:49 RaiMan description ---- problem if Env.isLockOn(Key.NUM_LOCK): nlZap=True else: nlZap=False if nlZap: type(Key.NUM_LOCK) ------------------------------------ I want to select one line text in script by combined keys of HOME and SHIFT, but it dosen't work. My script is : type(Key.END) wait(1) type(Key.HOME, Key.SHIFT) wait(1) type('C', Key.CTRL) wait(1) print Env.getClipboard() But from UI, the line text can't be selected. Is there any problem in my script? Thanks ---- problem solved: Env.isLockOn(Key.NUM_LOCK) did not work on Windows 7 ---- solution for successfully use HOME-SHIFT + direction keys for selection add before trying to select something: if Env.isLockOn(Key.NUM_LOCK): type(Key.NUM_LOCK) ------------------------------------ I want to select one line text in script by combined keys of HOME and SHIFT, but it dosen't work. My script is : type(Key.END) wait(1) type(Key.HOME, Key.SHIFT) wait(1) type('C', Key.CTRL) wait(1) print Env.getClipboard() But from UI, the line text can't be selected. Is there any problem in my script? Thanks
2019-11-18 15:57:25 RaiMan sikuli: status Fix Committed Fix Released
2019-11-18 15:58:24 RaiMan sikuli: status Fix Released Fix Committed
2019-11-18 15:59:49 RaiMan sikuli: status Fix Committed Fix Released
2019-11-18 16:00:43 RaiMan sikuli: status Fix Released Fix Committed
2019-11-18 16:01:01 RaiMan sikuli: status Fix Committed Fix Released
2019-11-18 16:01:04 RaiMan sikuli: milestone 1.1.4 2.0.0
2019-11-18 16:02:26 RaiMan sikuli: status Fix Released Fix Committed
2019-11-18 16:02:32 RaiMan sikuli: milestone 2.0.0 1.1.4
2019-11-18 16:03:31 RaiMan sikuli: status Fix Committed Fix Released
2019-11-18 16:03:33 RaiMan sikuli: milestone 1.1.4 2.0.0