<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>10294</bug_id>
          
          <creation_ts>2010-08-05 05:42:38 +0000</creation_ts>
          <short_desc>Change insert line break to Shift+Enter</short_desc>
          <delta_ts>2010-08-11 12:29:12 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Amaya</product>
          <component>UI</component>
          <version>11.3.1</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Usability</keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Scott Rippon">scott.rippon</reporter>
          <assigned_to name="lcarcone">carcone</assigned_to>
          <cc>carcone</cc>
    
    <cc>emilien.kia</cc>
    
    <cc>fred.wang</cc>
    
    <cc>Irene.Vatton</cc>
    
    <cc>vincent.quint</cc>
          
          <qa_contact name="lcarcone">carcone</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>37243</commentid>
    <comment_count>0</comment_count>
    <who name="Scott Rippon">scott.rippon</who>
    <bug_when>2010-08-05 05:42:38 +0000</bug_when>
    <thetext>Presently the shortcut to insert a line break (&lt;br /&gt;) = Ctrl + Enter
Can this please be changed to = Shift + Enter

I know this might sound like a very minor trivial request but when I first started using Amaya I honestly didn&apos;t think there was a shortcut to insert a line break.  In the Microsoft Office, OpenOffice.org Office (and many other apps) the shortcut for inserting a line break is Shift + Enter (Ctrl + Enter inserts a page break).  I tried Shift + Enter and it didn&apos;t work so I started manually typing &lt;br /&gt; in the markup when I wanted a line break.  It was only now that I realise it has a different shortcut.

Can this please be changed to match the standard?

Thanks,
Scott Rippon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37352</commentid>
    <comment_count>1</comment_count>
    <who name="lcarcone">carcone</who>
    <bug_when>2010-08-11 12:29:12 +0000</bug_when>
    <thetext>Hello,
Amaya users use to use &apos;Ctrl + Enter&apos; as keyboard shortcut to create a &lt;br /&gt; and we don&apos;t want to change their habits.
However, keyboard shortcuts can be customized as explained in the Help section 29 &apos;Changing keyboard shortcuts&apos;.
For Linux distributions, the shortcuts file is named amaya.keyboard and is located on the directory &apos;config&apos; (typically /usr/lib/Amaya/config)
In your case, you have to change the line:
Shift &lt;Key&gt;Return:                CreateParagraph()
by
Shift &lt;Key&gt;Return:                CreateBreak(&quot;\212&quot;)

Thanks,
Laurent</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>