Changeset 1590 in kBuild
- Timestamp:
- May 1, 2008 7:31:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VSlickMacros/kkeys.e
r785 r1590 1 1 /* $Id$ */ 2 2 /** @file 3 * 4 * Birds key additions to Visual Slickedit. 5 * 6 * Copyright (c) 2004-2007 knut st. osmundsen <[email protected]> 7 * 3 * Bird's key additions to Visual Slickedit. 4 */ 5 6 /* 7 * 8 * Copyright (c) 2004-2008 knut st. osmundsen <[email protected]> 8 9 * 9 10 * This file is part of kBuild. … … 43 44 def 'C-PGDN' = next_window 44 45 def 'C-DEL' = kkeys_delete_right 45 46 46 /* For the mac (A/M mix, all except A-z): */ 47 def 'M-UP' = find_prev 48 def 'M-DOWN' = find_next 49 def 'M-PGUP' = prev_proc 50 def 'M-PGDN' = next_proc 51 def 'M-d' = delete_line 52 def 'M-o' = kkeys_duplicate_line 53 def 'M-s' = kkeys_switch_lines 54 def 'M-u' = undo_cursor 55 def 'M-g' = goto_line 56 /* Fixing brainfucked slickedit silliness: */ 57 def 'M-v' = paste 47 58 48 59 _command kkeys_switch_lines()
Note:
See TracChangeset
for help on using the changeset viewer.