Matt Kingston
Matt Kingston
Seems like it's possible also to [change the behaviour of the function key](https://github.com/AsahiLinux/docs/issues/29). When I have a longer moment to focus on this I'll see if the key code is...
Running `echo 0 > /sys/module/hid_apple/parameters/fnmode` (as a user with appropriate permissions, e.g. root) disables hardware handling of the function key. But the key code is still emitted when the key...
Well, I'll be quite happy to be able to remap the fn key so I'll probably write a bit of documentation about this if it's relevant. But before any changes...
I guess you realised, but for completeness: that script doesn't quite support all the functionality of process substitution. - It doesn't stream input (i.e. the value of the `content` variable),...
> However, use cases for full-blown process substitution with streaming output are far more rare; most programs read files as a whole into memory anyways. I suspect it's likely correct...