diff --git a/app/views/layouts/standard.html.erb b/app/views/layouts/standard.html.erb
index de66ec95..59f34550 100644
--- a/app/views/layouts/standard.html.erb
+++ b/app/views/layouts/standard.html.erb
@@ -49,7 +49,7 @@ window.onload=function(){
<%= navigation_link("Home", home_path, {:accesskey => "t", :title => "Home"} ) %>
<%= navigation_link( "Contexts", contexts_path, {:accesskey=>"c", :title=>"Contexts"} ) %>
<%= navigation_link( "Projects", projects_path, {:accesskey=>"p", :title=>"Projects"} ) %>
- <%= navigation_link( "Tickler", tickler_path, :title => "Tickler" ) %>
+ <%= navigation_link( "Tickler", tickler_path, {:accesskey =>"k", :title => "Tickler"} ) %>
<%= navigation_link( "Done", done_path, {:accesskey=>"d", :title=>"Completed"} ) %>
<%= navigation_link( "Notes", notes_path, {:accesskey => "o", :title => "Show all notes"} ) %>
<%= navigation_link( "Preferences", preferences_path, {:accesskey => "u", :title => "Show my preferences"} ) %>
diff --git a/app/views/shared/_add_new_item_form.rhtml b/app/views/shared/_add_new_item_form.rhtml
index ee43217e..65316245 100644
--- a/app/views/shared/_add_new_item_form.rhtml
+++ b/app/views/shared/_add_new_item_form.rhtml
@@ -8,7 +8,7 @@