Tested on macOS Sonoma Developer beta 2 (23A5276g)
- Download openssh-portable source code, install
libcrypto
,libfido2
; - Configure openssh-portable build system by
./configure # [options]
.
{ | |
"title": "", | |
"rules": [ | |
{ | |
"description": "Fn+Caps Lock as Caps Lock", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"modifiers": { |
#include <arpa/inet.h> | |
#include <cstdlib> | |
#include <memory> | |
#include <syslog.h> | |
#include <thread> | |
#include <unistd.h> | |
int main() | |
{ | |
openlog("demod", LOG_PID, LOG_DAEMON); |