Skip to content

Instantly share code, notes, and snippets.

View mannuelf's full-sized avatar
👾

Mannuel Ferreira mannuelf

👾
View GitHub Profile
@mannuelf
mannuelf / index.html
Created April 22, 2016 14:10 — forked from anonymous/index.html
Extend Demo // source http://jsbin.com/solige
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Extend Demo</title>
</head>
<body>
<h1>Extend Demo</h1>
@mannuelf
mannuelf / index.html
Created April 22, 2016 15:03 — forked from anonymous/index.html
Proxy demo $.proxy event handlers demo // source http://jsbin.com/zomipo
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="$.proxy event handlers demo">
<script src="https://code.jquery.com/jquery-3.0.0-alpha1.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Proxy demo</title>
</head>
<body>
@mannuelf
mannuelf / keychron_linux.md
Created September 11, 2022 07:47 — forked from andrebrait/keychron_linux.md
Keychron keyboards on Linux + Bluetooth fixes

Here is the best setup (I think so :D) for K-series Keychron keyboards on Linux.

Most of these commands have been tested on Ubuntu 20.04 and should also work on most Debian-based distributions. If a command happens not to work for you, take a look in the comment section.

Make Fn + F-keys work

Keychron Keyboards on Linux use the hid_apple driver (even in Windows/Android mode), both in Bluetooth and Wired modes. By default, this driver uses the F-keys as multimedia shortcuts and you have to press Fn + the key to get the usual F1 through F12 keys.