Menu

#175 Ctrl+Shift+Up/Down/Left/Right keyboard shortcut working like in MIcrosoft Excel

New
nobody
Usability (5)
Medium
All
Enhancement
2014-09-12
2014-09-10
Anonymous
No

Originally created by: karol.to...@gmail.com

BowPad has working shortcuts Shift+Up/Down/Left/Right. Can You implement shortcuts Ctrl+Shift+Up/Down/Left/Right that work like i.e. in Microsoft Excel?
It is very usefull when I can select all characters after/before cursor by press this combination. In other software i.e. Geany that shortcuts works very well.

Discussion

  • Anonymous

    Anonymous - 2014-09-11

    Originally posted by: tortoisesvn

    Ctrl+Shift+Home
    Ctrl+Shift+End
    should do what you want. If not, you have to explain exactly what you want.

     
  • Anonymous

    Anonymous - 2014-09-11

    Originally posted by: karol.to...@gmail.com

    Thanks for information, that is what I want. Why this shortcuts are not listed in shourtcut.ini file? Where I can find all possible shortcuts using by BowPad?

     
  • Anonymous

    Anonymous - 2014-09-12

    Originally posted by: tortoisesvn

    the shortcuts for BowPad are listed here:
    https://code.google.com/p/bowpad/source/browse/trunk/src/res/Shortcuts.ini

    the shortcuts for the edit control are listed here:
    https://code.google.com/p/bowpad/source/browse/trunk/ext/scintilla/src/KeyMap.cxx

    But mostly the shortcuts for the edit control are just standard shortcuts that most editors use as well.