Comments
-
I did ;-) - you can see it in action here (at a friend's site, my own KiwiSDR is currently not reachable from the internet): http://kiwijo53cn.ddnss.org:8073/?ext=shack_control I consider it a prototype/experimental only, because it is based on shel…
-
I found that it would be possible to include make variable assignments in ../kiwi.config/Makefile.kiwi.inc Which variable should I set? BINARY_DIST := false (maybe BINARY_INSTALL := false as well, but this case should already be covered by BINARY_DI…
-
Thanks a lot for bringing back keyboard shortcuts in v1.805! Tested with Apple's Magic Keyboard on the iPad Pro.
-
I see what you mean--just spent two days looking at the sources and 120 km thinking while riding my bicycle ;-) ... Having no framework that takes care of all the details is probably a challenge and requires a lot of work. On the other hand it allo…
-
Great, I will try that tomorrow! And I will change to the BBAI64, compilation is much faster there. Meanwhile I found shortcuts already work again using this patch, but direct frequency input is missing.
-
In the meantime I connected the iPad to the Mac and used the debugger to look at the detection logic when running on the iPad. Actually maxTouchPoints greater 0 is not the culprit. It's the media query for "(pointer:coarse)" that causes ki…
-
Just guessing from the code (I didn't hook up my iPad to my Mac/Web Inspector yet): openwebrx.js: function keyboard_shortcut_init() { if ((kiwi_isMobile() && !mobile_laptop_test) || kiwi_isFirefox() < 47 || kiwi_isChrome() <= 49 ||…
-
Thanks for taking care of this issue! I'm using Apple's "Magic Keyboard" (external keyboard/cover combo for iPad-acutally not bluetooth but wired connection). A bluetooth keyboard will probably show the same behaviour. A simple USB keyboar…