VirtualBox

Changeset 1590 in kBuild


Ignore:
Timestamp:
May 1, 2008 7:31:04 PM (17 years ago)
Author:
bird
Message:

mac aliases and fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VSlickMacros/kkeys.e

    r785 r1590  
    11/* $Id$ */
    22/** @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]>
    89 *
    910 * This file is part of kBuild.
     
    4344def  'C-PGDN'   = next_window
    4445def  'C-DEL'    = kkeys_delete_right
    45 
    46 
     46/* For the mac (A/M mix, all except A-z): */
     47def  'M-UP'     = find_prev
     48def  'M-DOWN'   = find_next
     49def  'M-PGUP'   = prev_proc
     50def  'M-PGDN'   = next_proc
     51def  'M-d'      = delete_line
     52def  'M-o'      = kkeys_duplicate_line
     53def  'M-s'      = kkeys_switch_lines
     54def  'M-u'      = undo_cursor
     55def  'M-g'      = goto_line
     56/* Fixing brainfucked slickedit silliness: */
     57def  'M-v'      = paste
    4758
    4859_command kkeys_switch_lines()
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette