Skip to content

Instantly share code, notes, and snippets.

View joboyx's full-sized avatar
💭
☠️👻👽🤖🤡👾💩⚈

Joboy Jordan joboyx

💭
☠️👻👽🤖🤡👾💩⚈
  • Manila, Philippines
View GitHub Profile
@joboyx
joboyx / AutoHotKey-windows-vim-navigation.ahk
Last active March 13, 2023 00:37
AutoHotkey - Windows Vim-like Navigation
;;;;;;;;;;;;;;;;;;;;;;;;;
;; Vim-like Navigation ;;
;;;;;;;;;;;;;;;;;;;;;;;;;
SetCapsLockState, AlwaysOff
#If GetKeyState("CapsLock", "P")
h::Left
j::Down
k::Up
l::Right
@joboyx
joboyx / camera.html
Created September 25, 2013 11:55 — forked from dhavaln/camera.html
<!DOCTYPE html>
<html>
<head>
<title>Capture Photo</title>
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1"/>
<script type="text/javascript" charset="utf-8" src="js/phonegap.js"></script>
<script type="text/javascript" charset="utf-8">
var pictureSource; // picture source
var destinationType; // sets the format of returned value