Matej Kafka

Results 26 issues of Matej Kafka

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

WG-Engine
In-PR

### Summary of the new feature / enhancement ```powershell function x { param( [ValidateSet("A", "B", IgnoreCase = $true)] $p ) $p } x a # returns "a" x A #...

Issue-Enhancement
Needs-Triage

UPDATE: oops, sorry, discovered the `OPTION DelayForKeySequenceMS` option. I think it should be documented that it defaults to 5 milliseconds, not zero, which came to me as a bit of...

In my config, I'm using CapsLock for special characters, so I can type e.g. & by pressing CapsLock-u. However, the remap is quite long, as I have to repeat the...

In my current AHK config, I have a small GUI indicator in the corner that changes color based on currently selected config, so I always know which config is active....

I'd like to use an extra keyboard as a "macro pad", by remapping some keys to the F13-F24 range, while still using another keyboard as a normal keyboard, with separate...

Some users may have different opinion on where configstore should store the data. For example, using `C:\Users\\.config` on Windows is unconventional and not really common, nor recommended (actually, it's an...

There are .zip archive packages available for older releases (latest I see is 2.0.11), but I couldn't find any newer ones. Seeing as support for portable data directory was added...

Usability

### Description of the bug - The portable version of ST for Windows stores its data in a directory called `Data` in the same directory where `sublime_text.exe` is. - If...