From 6cd647f7beb7c05e4e21f3b8212a714beb5cbc38 Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 18 Jul 2011 16:11:32 +0100 Subject: [PATCH] Added extra keybindings --- index.php | 60 +++++++++++++++++++++++----- js/front.js | 113 +++++++++++++++++++++++++++++----------------------- js/util.js | 51 +++++++++++++++++++++++- 3 files changed, 163 insertions(+), 61 deletions(-) diff --git a/index.php b/index.php index 3994fd0..242bfca 100644 --- a/index.php +++ b/index.php @@ -50,7 +50,7 @@ - + @@ -70,14 +70,6 @@ var touch_scroll; $(document).ready(function(){ - if(touchscreen){ - $('#kiwi').addClass('touchscreen'); - - // Single touch scrolling through scrollback for touchscreens - scroll_opts = {}; - touch_scroll = new iScroll('windows', scroll_opts); - } - //#nick@irc.anonnet.org:6679+/#channel,##channel,&channel var chans = document.location.hash.match(/[#&]+[^ ,\007]+/g); if(chans != null && chans.length > 0) { @@ -103,6 +95,52 @@ } + + + + + + + + + + @@ -115,7 +153,7 @@
Connect..
@@ -158,7 +196,7 @@