From 66a4df073265b90e7bb68c97c23cddd714ba40a3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 9 Aug 2011 19:15:51 -0400 Subject: Changed Next View/Previous View key bindings; modules/textadept/keys.lua Windows 7 eats Control+Alt+Tab and Ctrl+Alt+Shift+Tab. --- modules/textadept/keys.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index f9d9104c..9a715fa7 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -103,7 +103,7 @@ if not RESETTING then constantize_menu_buffer_functions() end Unassigned keys (~ denotes keys reserved by the operating system): c: A B C H N p qQ T ~ V X Y ) ] } * \n a: aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpP QrRsStTuUvVwWxXyYzZ_ ) ] } *+-/=~~\n\s - ca: aAbBcCdDeE F h jJkK LmMnN pPqQ t v xXy zZ_"'()[]{}<>* / + ca: aAbBcCdDeE F h jJkK LmM N PqQ t v xXy zZ_"'()[]{}<>* / ~~ CTRL = 'c' (Control ^) ALT = 'a' (Alt) @@ -258,8 +258,8 @@ keys[not OSX and 'cal' or 'mal'] = m_textadept.mime_types.select_lexer keys.f5 = { _buffer.colourise, _buffer, 0, -1 } -- View. -keys[not OSX and 'ca\t' or 'c\t'] = { gui.goto_view, 1, false } -keys[not OSX and 'cas\t' or 'cs\t'] = { gui.goto_view, -1, false } +keys[not OSX and 'can' or 'c\t'] = { gui.goto_view, 1, false } +keys[not OSX and 'cap' or 'cs\t'] = { gui.goto_view, -1, false } keys[not OSX and 'caS' or 'cS'] = { _view.split, _view } keys[not OSX and 'cas' or 'cs'] = { _view.split, _view, false } keys[not OSX and 'caw' or 'cw'] = { _view.unsplit, _view } -- cgit v1.2.3