mrwhy-orig
mrwhy-orig
Should work for #53. usage: Vue.use(VueShortkey, {prevent: [{name: 'input', excludeKeys:['f1','f2','f3','f4','f5','f6','f7','f8','f9','f10','f11','f12','up','down']}, {name:'textarea', `excludeKeys:['f1','f2','f3','f4','f5','f6','f7','f8','f9','f10','f11','f12','up','down']}]});` Maybe we should add some constants and or a range method.
It would be handy to be able to use the prevent function with a subset of keys. For example, it could make sense to use F-Keys in input fields to...
I successfully build miner.exe but when i try to run it, I get an application error. ErrorCode 0xc000007b
# Support ## Description Is there any list of breaking changes available v.12 -> v.14 ? I tried to update, and it worked so far except for the drop down...
I tried to use the prebuild release but windows defender is detecting a trojan: Trojan:Win32/Wacatac.D2!ml
Hi, nice project so far. What kind of license do you use for it?
### What happened? Use the hello-world-plc4x-subscribe example and try to subscribe to a value change. The subscription leads to following exception: ``` Exception in thread "Thread-0" java.lang.ClassCastException: class org.apache.plc4x.java.s7.readwrite.tag.S7Tag cannot...
Is it possible to get or host a copy of the documentation? Unfortunately the website is down, and without any documentation it is hard to get it running.
### What happened? Connect to your Twincat3 PLC with the option load-symbol-and-data-type-tables set to false. Try browsing or reading a variable, it doesn't get resolved, instead an error is thrown...
### What happened? The syntax for writing values differs from driver to driver. Sometimes a primitiv is needed see #1523 otherwise an error is thrown, sometimes a PlcValue Object is...