1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1882 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#321
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#322
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#316
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I’m very happy to report that I found a solution to the problem: `keyd`. It’s amazing.\n
\n
- [GitHub project here](https://github.com/rvaiya/keyd)\n
- [Credits for finding it](https://foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)\n
\n
Instructions on the github project are crystal clear, but I’ll leave some instructions below for Arch Users\n
\n
`yay -S keyd`\n
\n
sudo systemctl enable keyd && sudo systemctl start keyd\n
\n
Now you can configure the `/etc/keyd/default.conf` file to your hearts desire. `keyd` is very feature rich, check the man page to see everything you can do. You can even add layers to your keyboard. Very sweet.\n
\n
My personal configuration so far (I will definitely expand it later when I bump into more problems)\n
\n
```\n
\n
<span style="color:#323232;">[ids]\n
</span><span style="color:#323232;">*\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[main]\n
</span><span style="color:#323232;">' = oneshotm(apostrophe, ')\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[apostrophe]\n
</span><span style="color:#323232;">a = a\n
</span><span style="color:#323232;">b = macro(space backspace apostrophe space b)\n
</span><span style="color:#323232;">c = macro(backspace G-,)\n
</span><span style="color:#323232;">d = macro(space backspace apostrophe space d)\n
</span><span style="color:#323232;">e = e\n
</span><span style="color:#323232;">f = macro(space backspace apostrophe space f)\n
</span><span style="color:#323232;">g = macro(backspace apostrophe space g)\n
</span><span style="color:#323232;">h = macro(space backspace apostrophe space h)\n
</span><span style="color:#323232;">i = i\n
</span><span style="color:#323232;">j = macro(space backspace apostrophe space j)\n
</span><span style="color:#323232;">k = macro(backspace apostrophe space k)\n
</span><span style="color:#323232;">l = macro(backspace apostrophe space l)\n
</span><span style="color:#323232;">m = macro(backspace apostrophe space m)\n
</span><span style="color:#323232;">n = macro(backspace apostrophe space n)\n
</span><span style="color:#323232;">o = o\n
</span><span style="color:#323232;">p = macro(space backspace apostrophe space p)\n
</span><span style="color:#323232;">q = macro(space backspace apostrophe space q)\n
</span><span style="color:#323232;">r = macro(backspace apostrophe space r)\n
</span><span style="color:#323232;">s = macro(backspace apostrophe space s)\n
</span><span style="color:#323232;">t = macro(backspace apostrophe space t)\n
</span><span style="color:#323232;">u = u\n
</span><span style="color:#323232;">v = macro(space backspace apostrophe space v)\n
</span><span style="color:#323232;">w = macro(backspace apostrophe space w)\n
</span><span style="color:#323232;">x = macro(space backspace apostrophe space x)\n
</span><span style="color:#323232;">y = macro(backspace apostrophe space y)\n
</span><span style="color:#323232;">z = macro(backspace apostrophe space z)\n
</span><span style="color:#323232;">\n
</span>\n
```\n
\n
After editing `/etc/keyd/default.conf` make sure you run `sudo keyd reload `
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705503848 {#1605
date: 2024-01-17 16:04:08.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1370 …}
+nested: Doctrine\ORM\PersistentCollection {#1375 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#1898 …}
+favourites: Doctrine\ORM\PersistentCollection {#1841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2354 …}
-id: 316793
-bodyTs: "'/etc/keyd/default.conf':66,264 '/rvaiya/keyd)':24 '/til/how-to-remap-keys-under-linux-and-wayland/)':31 'add':90 'amaz':18 'apostroph':117,118,125,136,145,151,158,167,173,179,185,191,200,207,213,219,225,234,240,247,253,259 'arch':48 'b':121,127 'backspac':124,130,135,144,150,157,166,172,178,184,190,199,206,212,218,224,233,239,246,252,258 'bump':110 'c':128 'check':77 'clear':39 'configur':64,99 'credit':25 'crystal':38 'd':132,138 'definit':104 'desir':71 'e':139,140 'edit':263 'enabl':55 'even':89 'everyth':83 'expand':105 'f':141,147 'far':101 'featur':75 'file':67 'find':27 'foosel.net':30 'foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)':29 'found':9 'g':131,148,153 'github':19,35 'github.com':23 'github.com/rvaiya/keyd)':22 'h':154,160 'happi':4 'heart':70 'id':114 'instruct':32,45 'j':163,169 'k':170,175 'keyboard':94 'keyd':15,52,56,60,72,270 'l':176,181 'later':107 'layer':91 'leav':43 'll':42 'm':2,182,187 'macro':122,129,133,142,149,155,164,171,177,183,189,197,204,211,217,223,231,238,244,251,257 'main':115 'make':265 'man':79 'n':188,193 'o':194,195 'oneshotm':116 'p':196,202 'page':80 'person':98 'problem':14,113 'project':20,36 'q':203,209 'r':210,215 'reload':271 'report':6 'rich':76 'run':268 'see':82 'solut':11 'space':123,126,134,137,143,146,152,156,159,165,168,174,180,186,192,198,201,205,208,214,220,226,232,235,241,245,248,254,260 'start':59 'sudo':53,57,269 'sure':266 'sweet':96 'systemctl':54,58 'u':228,229 'user':49 'v':230,236 'w':237,242 'x':243,249 'y':250,255 'yay':50 'z':256,261"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777373"
+editedAt: DateTimeImmutable @1725847877 {#1945
date: 2024-09-09 04:11:17.0 +02:00
}
+createdAt: DateTimeImmutable @1705503848 {#1368
date: 2024-01-17 16:04:08.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1882 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#321
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#322
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#316
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I’m very happy to report that I found a solution to the problem: `keyd`. It’s amazing.\n
\n
- [GitHub project here](https://github.com/rvaiya/keyd)\n
- [Credits for finding it](https://foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)\n
\n
Instructions on the github project are crystal clear, but I’ll leave some instructions below for Arch Users\n
\n
`yay -S keyd`\n
\n
sudo systemctl enable keyd && sudo systemctl start keyd\n
\n
Now you can configure the `/etc/keyd/default.conf` file to your hearts desire. `keyd` is very feature rich, check the man page to see everything you can do. You can even add layers to your keyboard. Very sweet.\n
\n
My personal configuration so far (I will definitely expand it later when I bump into more problems)\n
\n
```\n
\n
<span style="color:#323232;">[ids]\n
</span><span style="color:#323232;">*\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[main]\n
</span><span style="color:#323232;">' = oneshotm(apostrophe, ')\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[apostrophe]\n
</span><span style="color:#323232;">a = a\n
</span><span style="color:#323232;">b = macro(space backspace apostrophe space b)\n
</span><span style="color:#323232;">c = macro(backspace G-,)\n
</span><span style="color:#323232;">d = macro(space backspace apostrophe space d)\n
</span><span style="color:#323232;">e = e\n
</span><span style="color:#323232;">f = macro(space backspace apostrophe space f)\n
</span><span style="color:#323232;">g = macro(backspace apostrophe space g)\n
</span><span style="color:#323232;">h = macro(space backspace apostrophe space h)\n
</span><span style="color:#323232;">i = i\n
</span><span style="color:#323232;">j = macro(space backspace apostrophe space j)\n
</span><span style="color:#323232;">k = macro(backspace apostrophe space k)\n
</span><span style="color:#323232;">l = macro(backspace apostrophe space l)\n
</span><span style="color:#323232;">m = macro(backspace apostrophe space m)\n
</span><span style="color:#323232;">n = macro(backspace apostrophe space n)\n
</span><span style="color:#323232;">o = o\n
</span><span style="color:#323232;">p = macro(space backspace apostrophe space p)\n
</span><span style="color:#323232;">q = macro(space backspace apostrophe space q)\n
</span><span style="color:#323232;">r = macro(backspace apostrophe space r)\n
</span><span style="color:#323232;">s = macro(backspace apostrophe space s)\n
</span><span style="color:#323232;">t = macro(backspace apostrophe space t)\n
</span><span style="color:#323232;">u = u\n
</span><span style="color:#323232;">v = macro(space backspace apostrophe space v)\n
</span><span style="color:#323232;">w = macro(backspace apostrophe space w)\n
</span><span style="color:#323232;">x = macro(space backspace apostrophe space x)\n
</span><span style="color:#323232;">y = macro(backspace apostrophe space y)\n
</span><span style="color:#323232;">z = macro(backspace apostrophe space z)\n
</span><span style="color:#323232;">\n
</span>\n
```\n
\n
After editing `/etc/keyd/default.conf` make sure you run `sudo keyd reload `
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705503848 {#1605
date: 2024-01-17 16:04:08.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1370 …}
+nested: Doctrine\ORM\PersistentCollection {#1375 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#1898 …}
+favourites: Doctrine\ORM\PersistentCollection {#1841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2354 …}
-id: 316793
-bodyTs: "'/etc/keyd/default.conf':66,264 '/rvaiya/keyd)':24 '/til/how-to-remap-keys-under-linux-and-wayland/)':31 'add':90 'amaz':18 'apostroph':117,118,125,136,145,151,158,167,173,179,185,191,200,207,213,219,225,234,240,247,253,259 'arch':48 'b':121,127 'backspac':124,130,135,144,150,157,166,172,178,184,190,199,206,212,218,224,233,239,246,252,258 'bump':110 'c':128 'check':77 'clear':39 'configur':64,99 'credit':25 'crystal':38 'd':132,138 'definit':104 'desir':71 'e':139,140 'edit':263 'enabl':55 'even':89 'everyth':83 'expand':105 'f':141,147 'far':101 'featur':75 'file':67 'find':27 'foosel.net':30 'foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)':29 'found':9 'g':131,148,153 'github':19,35 'github.com':23 'github.com/rvaiya/keyd)':22 'h':154,160 'happi':4 'heart':70 'id':114 'instruct':32,45 'j':163,169 'k':170,175 'keyboard':94 'keyd':15,52,56,60,72,270 'l':176,181 'later':107 'layer':91 'leav':43 'll':42 'm':2,182,187 'macro':122,129,133,142,149,155,164,171,177,183,189,197,204,211,217,223,231,238,244,251,257 'main':115 'make':265 'man':79 'n':188,193 'o':194,195 'oneshotm':116 'p':196,202 'page':80 'person':98 'problem':14,113 'project':20,36 'q':203,209 'r':210,215 'reload':271 'report':6 'rich':76 'run':268 'see':82 'solut':11 'space':123,126,134,137,143,146,152,156,159,165,168,174,180,186,192,198,201,205,208,214,220,226,232,235,241,245,248,254,260 'start':59 'sudo':53,57,269 'sure':266 'sweet':96 'systemctl':54,58 'u':228,229 'user':49 'v':230,236 'w':237,242 'x':243,249 'y':250,255 'yay':50 'z':256,261"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777373"
+editedAt: DateTimeImmutable @1725847877 {#1945
date: 2024-09-09 04:11:17.0 +02:00
}
+createdAt: DateTimeImmutable @1705503848 {#1368
date: 2024-01-17 16:04:08.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1369
+user: Proxies\__CG__\App\Entity\User {#1882 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#321
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#322
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#316
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I’m very happy to report that I found a solution to the problem: `keyd`. It’s amazing.\n
\n
- [GitHub project here](https://github.com/rvaiya/keyd)\n
- [Credits for finding it](https://foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)\n
\n
Instructions on the github project are crystal clear, but I’ll leave some instructions below for Arch Users\n
\n
`yay -S keyd`\n
\n
sudo systemctl enable keyd && sudo systemctl start keyd\n
\n
Now you can configure the `/etc/keyd/default.conf` file to your hearts desire. `keyd` is very feature rich, check the man page to see everything you can do. You can even add layers to your keyboard. Very sweet.\n
\n
My personal configuration so far (I will definitely expand it later when I bump into more problems)\n
\n
```\n
\n
<span style="color:#323232;">[ids]\n
</span><span style="color:#323232;">*\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[main]\n
</span><span style="color:#323232;">' = oneshotm(apostrophe, ')\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[apostrophe]\n
</span><span style="color:#323232;">a = a\n
</span><span style="color:#323232;">b = macro(space backspace apostrophe space b)\n
</span><span style="color:#323232;">c = macro(backspace G-,)\n
</span><span style="color:#323232;">d = macro(space backspace apostrophe space d)\n
</span><span style="color:#323232;">e = e\n
</span><span style="color:#323232;">f = macro(space backspace apostrophe space f)\n
</span><span style="color:#323232;">g = macro(backspace apostrophe space g)\n
</span><span style="color:#323232;">h = macro(space backspace apostrophe space h)\n
</span><span style="color:#323232;">i = i\n
</span><span style="color:#323232;">j = macro(space backspace apostrophe space j)\n
</span><span style="color:#323232;">k = macro(backspace apostrophe space k)\n
</span><span style="color:#323232;">l = macro(backspace apostrophe space l)\n
</span><span style="color:#323232;">m = macro(backspace apostrophe space m)\n
</span><span style="color:#323232;">n = macro(backspace apostrophe space n)\n
</span><span style="color:#323232;">o = o\n
</span><span style="color:#323232;">p = macro(space backspace apostrophe space p)\n
</span><span style="color:#323232;">q = macro(space backspace apostrophe space q)\n
</span><span style="color:#323232;">r = macro(backspace apostrophe space r)\n
</span><span style="color:#323232;">s = macro(backspace apostrophe space s)\n
</span><span style="color:#323232;">t = macro(backspace apostrophe space t)\n
</span><span style="color:#323232;">u = u\n
</span><span style="color:#323232;">v = macro(space backspace apostrophe space v)\n
</span><span style="color:#323232;">w = macro(backspace apostrophe space w)\n
</span><span style="color:#323232;">x = macro(space backspace apostrophe space x)\n
</span><span style="color:#323232;">y = macro(backspace apostrophe space y)\n
</span><span style="color:#323232;">z = macro(backspace apostrophe space z)\n
</span><span style="color:#323232;">\n
</span>\n
```\n
\n
After editing `/etc/keyd/default.conf` make sure you run `sudo keyd reload `
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705503848 {#1605
date: 2024-01-17 16:04:08.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
"@pathief@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1370 …}
+nested: Doctrine\ORM\PersistentCollection {#1375 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#1898 …}
+favourites: Doctrine\ORM\PersistentCollection {#1841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2354 …}
-id: 316793
-bodyTs: "'/etc/keyd/default.conf':66,264 '/rvaiya/keyd)':24 '/til/how-to-remap-keys-under-linux-and-wayland/)':31 'add':90 'amaz':18 'apostroph':117,118,125,136,145,151,158,167,173,179,185,191,200,207,213,219,225,234,240,247,253,259 'arch':48 'b':121,127 'backspac':124,130,135,144,150,157,166,172,178,184,190,199,206,212,218,224,233,239,246,252,258 'bump':110 'c':128 'check':77 'clear':39 'configur':64,99 'credit':25 'crystal':38 'd':132,138 'definit':104 'desir':71 'e':139,140 'edit':263 'enabl':55 'even':89 'everyth':83 'expand':105 'f':141,147 'far':101 'featur':75 'file':67 'find':27 'foosel.net':30 'foosel.net/til/how-to-remap-keys-under-linux-and-wayland/)':29 'found':9 'g':131,148,153 'github':19,35 'github.com':23 'github.com/rvaiya/keyd)':22 'h':154,160 'happi':4 'heart':70 'id':114 'instruct':32,45 'j':163,169 'k':170,175 'keyboard':94 'keyd':15,52,56,60,72,270 'l':176,181 'later':107 'layer':91 'leav':43 'll':42 'm':2,182,187 'macro':122,129,133,142,149,155,164,171,177,183,189,197,204,211,217,223,231,238,244,251,257 'main':115 'make':265 'man':79 'n':188,193 'o':194,195 'oneshotm':116 'p':196,202 'page':80 'person':98 'problem':14,113 'project':20,36 'q':203,209 'r':210,215 'reload':271 'report':6 'rich':76 'run':268 'see':82 'solut':11 'space':123,126,134,137,143,146,152,156,159,165,168,174,180,186,192,198,201,205,208,214,220,226,232,235,241,245,248,254,260 'start':59 'sudo':53,57,269 'sure':266 'sweet':96 'systemctl':54,58 'u':228,229 'user':49 'v':230,236 'w':237,242 'x':243,249 'y':250,255 'yay':50 'z':256,261"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6777373"
+editedAt: DateTimeImmutable @1725847877 {#1945
date: 2024-09-09 04:11:17.0 +02:00
}
+createdAt: DateTimeImmutable @1705503848 {#1368
date: 2024-01-17 16:04:08.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#321
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#322
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#316
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|