Skip to content

Instantly share code, notes, and snippets.

View ipaboy's full-sized avatar
🏠
Working from home

Maksim Bryzinski ipaboy

🏠
Working from home
  • ScienceSoft Inc.
View GitHub Profile
@ipaboy
ipaboy / keymap.txt
Created January 29, 2025 19:37 — forked from Simon34545/keymap.txt
Keycodes extracted from decompiled network-input-service binary (LG)
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Key name β”‚ Key ID (hex) β”‚ Key ID (decimal) β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ 0 β”‚ 0x000B β”‚ 11 β”‚
β”‚ 1 β”‚ 0x0002 β”‚ 2 β”‚
β”‚ 2 β”‚ 0x0003 β”‚ 3 β”‚
β”‚ 3 β”‚ 0x0004 β”‚ 4 β”‚
β”‚ 4 β”‚ 0x0005 β”‚ 5 β”‚
β”‚ 5 β”‚ 0x0006 β”‚ 6 β”‚
β”‚ 6 β”‚ 0x0007 β”‚ 7 β”‚
@ipaboy
ipaboy / increase-build-number.sh
Created April 14, 2018 08:27 — forked from janten/increase-build-number.sh
Bash script for Xcode. Updates build number automatically and saves some useful information (e.g. current git commit) about the build environment to Info.plist.
#!/bin/bash
# increase-build-number.sh
# @desc Auto-increment the build number every time the project is run and add build information to plist
# @usage
# 1. Select: your Target in Xcode
# 2. Select: Build Phases Tab
# 3. Select: Add Build Phase -> Add Run Script
# 4. Paste code below in to new "Run Script" section
# 5. Drag the "Run Script" below "Link Binaries With Libraries"