Skip to content

Instantly share code, notes, and snippets.

View bidah's full-sized avatar

Rodrigo Figueroa bidah

View GitHub Profile
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"complex_modifications": {
"parameters": {
{
"title": "Change rk61 Keyboard escape behavior",
"rules": [
{
"description": "Change left option+escape to escape",
"manipulators": [
{
"from": {
"key_code": "escape",
"modifiers": {
{
"title": "Change rk61 Keyboard escape behavior",
"rules": [
{
"description": "Change left option+escape to escape - 2",
"manipulators": [
{
"from": {
"key_code": "escape",
"modifiers": {
{
"title": "Change modifiers to arrows",
"rules": [
{
"description": "Change right_shift to top_arrow if pressed alone",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "right_shift",
@bidah
bidah / SplitScreen.tsx
Created November 14, 2023 23:55 — forked from smontlouis/SplitScreen.tsx
Amie in-app split screen in react-native
import { useWindowDimensions } from 'react-native'
import { Gesture } from 'react-native-gesture-handler'
import Animated, {
Extrapolation,
WithSpringConfig,
interpolate,
scrollTo,
useAnimatedRef,
useAnimatedScrollHandler,
useAnimatedStyle,