Pepijn de Vos

Results 134 comments of Pepijn de Vos

Characters are not yet implemented on Mac. So You'll have to insert keycodes for now. Me or @SavinaRoja should write this support sometime, but patch welcome.

NP. Changed the title to reflect the actual problem.

Very nice. Where did you get that from? There is some discussion about this in #1.

Which os are you on? Sent from my BlackBerry 10 smartphone. From: cottyardSent: donderdag 29 augustus 2013 04:34To: SavinaRoja/PyUserInputReply To: SavinaRoja/PyUserInputSubject: [PyUserInput] Second instance of PyMouseEvent crashes (#12)Hi, all. I'm...

Mac uses virtual keycodes. > In OS X, the hardware scan codes generated by keyboards are mapped to a set of virtual key codes that are hardware-independent. Pressing a given...

Same problem here. It appears the app doesn't reset rotation leaving the phone locked in landscape.

It seems rotation is set here https://github.com/farmerbb/SecondScreen/blob/3dd38b95c429d131e7008ed9b736cc2e2383188e/app/src/main/java/com/farmerbb/secondscreen/service/ProfileLoadService.java#L413 and unset here https://github.com/farmerbb/SecondScreen/blob/3dd38b95c429d131e7008ed9b736cc2e2383188e/app/src/main/java/com/farmerbb/secondscreen/service/TurnOffService.java#L238 So it looks like *some* effort is made to restore the rotation, but it's not completely correct.

Actually that seems not to be the problem. If you do not grant the app permission to force other apps to be in landscape, it actually reverts nicely, this suggests...

Maybe the problem is that the overlay is removed *after* setting all the settings back to the default? So it'd set the orientation back, but the overlay is still there...

I hope there is a way Yosys can be smarter about using the adder for other things. Multiplication also generates huge chunks of logic without a single adder. It'd probably...