Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (316 - 318 of 3904)

Ticket Resolution Summary Owner Reporter
#1094 Fixed Left Shift stays down Jpm nick.weltha@…
Description

Is there any way to force all keys up? Preferably through some sort of hardware hack so we don't have to wait for this to get patched? Again, if {LSHIFT DOWN} is used for 15 seconds then {LSHIFT UP} will *NEVER UNDER ANY CIRCUMSTANCES* undo it.

Simple script to test: Send("{LSHIFT DOWN}") Sleep(500) Send("{LSHIFT UP}")

Run that, then watch as your computer continually runs with Left Shift Down. Just try clicking on anything, it won't work or will highlight text or do whatever would normally happen with shift down.

#1095 Fixed tidy indent with $var_ exception. Jos anonymous
Description

tidy 2.0.28.3, 2.0.28.4

Enum _
		$A, _
		$B, _
		$C
Enum _
		$A_, _
		$B_, _
		 $C_ ; additional space.
 $C_  ; same here.
#1101 Fixed Docs for _NowTime need to be fixed Jpm danullman@…
Description

Mild change needed to the help files.

In the _NowTime help section it currently reads


Return Value

Success: Returns the current Date in the Pc's format.

Remarks

If Date format isn't found in the registry it returns the date in the mm/dd/yyyy format.


This should be changed to current TIME and the time format used.

Note: See TracQuery for help on using queries.