Back To Top
Login
Register
Visit Us At TwitterVisit Us At YouTubeVisit Us At Facebook
KandiChat is in Beta Release. Try It Out
HomeHome  
  • UpdatesUpdates  
  • SearchSearch  
  • Latest imagesLatest images  
  • RegisterRegister  
  • Log inLog in  
  • May 2024
    MonTueWedThuFriSatSun
      12345
    6789101112
    13141516171819
    20212223242526
    2728293031  

    Calendar Calendar

    Search
     
     

    Display results as :
     


    Rechercher Advanced Search

    Similar topics
    Who is online?
    In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

    None

    Most users ever online was 140 on July 4th 2021, 2:03 pm
    RSS feeds


    Poll
    Top posting users this week
    No user


    View previous topic View next topic Go down  Message [Page 1 of 1]

    Mr.EasyBB

    New Editor ShortCut Keys

    Mr.EasyBB
    06/12/2013
    Today I will be writing some quick shortcut keys for you all while in the New Text Editor

    CTRL+B= BOLD
    CTRL+I= ITALIC
    CTRL+U=UNDERLINE
    CTRL+A= SELECT ALL TEXT
    SHIFT+CTRL+S= Switch Modes



    Some more to come as soon as I can find them Wink

    If you want to create your own shortcut keys just add this piece of javascript:

    Code:
    $(function() {
    var data= $('#text_editor_textarea').data('sceditor');
    data.addShortcut('ctrl+shift+g',"COMMAND");
    });
    });

    You have to start the string of shortcut keys with ctrl or alt, and then shift. Shift can not be first, and then the next which is the command line.
    Share this post on: reddit

    avatar
    FYI, ctrl + a is a shortcut key for anything, not just the new editor. Like ctrl + c is copy... it applies everywhere. Just saying for others, its not an editor-specific feature.

    Post June 13th 2013, 11:30 am by LGforum

    Mr.EasyBB
    Yes this true Smile Also we can add our own Short Cut Keys to this as well after reading the instance documentation.

    Post June 13th 2013, 2:45 pm by Mr.EasyBB

    Post  by Sponsored content

    View previous topic View next topic Back to top  Message [Page 1 of 1]