diff --git a/ajaxify-html5.js b/ajaxify-html5.js
index c232db7..fb31add 100755
--- a/ajaxify-html5.js
+++ b/ajaxify-html5.js
@@ -83,7 +83,7 @@
title = $this.attr('title')||null;
// Continue as normal for cmd clicks etc
- if ( event.which == 2 || event.metaKey ) { return true; }
+ if ( event.which == 2 || event.metaKey || event.ctrlKey ) { return true; }
// Ajaxify this link
History.pushState(null,title,url);