Skip to content

Instantly share code, notes, and snippets.

// swap the keybindings for paste and paste_and_indent
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
@gabbsmo
gabbsmo / TableView navigation
Created March 15, 2012 07:23
A very simple example of TableView navigation
//create the window
var win1 = Ti.UI.createWindow(
{
backgroundColor:"#fff",
title: "Concurso"
}
);
//create navigation group
var navGroup = Titanium.UI.iPhone.createNavigationGroup(