iDeskangel

Results 7 comments of iDeskangel

How can I migrate the following codes without rewriting the whole key binding logic under the new system? ```dart Keybinding({ this.key = 'v', this.modifiers = RawKeyEventDataMacOs.modifierCommand | RawKeyEventDataMacOs.modifierLeftShift, }); Map...

This is what I am concerned about. This isn't the first time I've had to rewrite all the codes related to the keyboard handling without seeing any benefits. Are the...

Yeah, I'm confused about this too. [#234](https://github.com/mwiede/jsch/issues/234#issuecomment-1331616665)

What I am confused about is that isn't the security restricted by the ssh server? If the server accepts the old method, there is no reason for the client's to...

I use the `document.documentElement.scrollTop;` instead of `menu.offset().top`, and it works. ```js var topDistance = document.documentElement.scrollTop;// menu.offset().top; // hide only the navigation links on desktop const distanceLimit = 50; if (!nav.is(":visible")...

I noticed that some users encountered this error, but I haven't experienced it myself. After reviewing the release logs, I found no relevant fixes, so I reported this bug.