seekM
seekM
You can change specs with words.txt or rule filters. In my opinion one of them should be populated with all existing specs and an identity mapping. E.g. for words.txt: ```...
I want to move a window to the left / right half side of the screen. I tried the following: ``` "window left": R(Key("w-up") + Key("w-up") + Key("w-left")), "window right":...
At the moment the simplified rule filters don't take into account which language DNS has loaded. For example, it would be beneficial to state that the replacement `sauce -> up`...
Safe Eyes offers the ability to disable Safe Eyes for a specific time (Right click -> "Disable Safe Eyes" -> "For 30 Minutes" / ...). Is it possible to disable...
Using Ubuntu 18.04, a white vertical bar appears on the right side of the break screen: 
Hello! At the moment my project looks like this: ``` com.github.h-thurow simple-jndi 0.23.0 org.jboss.weld.se weld-se-core 3.1.5.Final javax.enterprise cdi-api 1.2 ``` ``` java.naming.factory.initial = org.osjava.sj.SimpleContextFactory org.osjava.sj.jndi.shared = true org.osjava.sj.root = config...
The readme says that the Python-scripts > can be used with Dragon NaturallySpeaking Professional. It is not stated that it does not work with the Premium version, but I was...
### Affected version 3.8.1 ### Bug description Hello, thank you for enabling issues at Github, that makes it much easier to report them! Thank you also for maintainig this plugin!...
Please consider the following scenario: `public record Bar(ArrayList bar) {}` ``` void main() throws JsonProcessingException { var bar = new XmlMapper().readValue("", Bar.class); System.out.println(bar); // Desired output: Bar[bar=[]] } ``` As...
### New feature, improvement proposal Please consider the following Checkstyle report created with `mvn:site`:  As can be seen, the "Files", "Rules" and "Details" sections are empty, yet their headings...