Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ff4b451e
Commit
ff4b451e
authored
Aug 19, 2009
by
Max-Wilhelm Bruker
Browse files
shortcut fix
parent
6f77f7ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/game.cpp
View file @
ff4b451e
...
@@ -57,7 +57,7 @@ Game::Game(CardDatabase *_db, Client *_client, QGraphicsScene *_scene, QMenu *_a
...
@@ -57,7 +57,7 @@ Game::Game(CardDatabase *_db, Client *_client, QGraphicsScene *_scene, QMenu *_a
aNextPhase
->
setShortcut
(
tr
(
"Ctrl+Space"
));
aNextPhase
->
setShortcut
(
tr
(
"Ctrl+Space"
));
connect
(
aNextPhase
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actNextPhase
()));
connect
(
aNextPhase
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actNextPhase
()));
aNextTurn
=
new
QAction
(
tr
(
"Next &turn"
),
this
);
aNextTurn
=
new
QAction
(
tr
(
"Next &turn"
),
this
);
aNextTurn
->
setShortcut
(
tr
(
"Ctrl+Enter"
));
aNextTurn
->
setShortcut
s
(
QList
<
QKeySequence
>
()
<<
QKeySequence
(
tr
(
"Ctrl+Return"
))
<<
QKeySequence
(
tr
(
"Ctrl+Enter"
))
)
;
connect
(
aNextTurn
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actNextTurn
()));
connect
(
aNextTurn
,
SIGNAL
(
triggered
()),
this
,
SLOT
(
actNextTurn
()));
actionsMenu
->
addAction
(
aNextPhase
);
actionsMenu
->
addAction
(
aNextPhase
);
...
...
cockatrice/translations/cockatrice_de.ts
View file @
ff4b451e
...
@@ -387,6 +387,11 @@
...
@@ -387,6 +387,11 @@
<
source
>
Ctrl
+
Enter
<
/source
>
<
source
>
Ctrl
+
Enter
<
/source
>
<
translation
>
Ctrl
+
Enter
<
/translation
>
<
translation
>
Ctrl
+
Enter
<
/translation
>
<
/message
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
60
"
/>
<
source
>
Ctrl
+
Return
<
/source
>
<
translation
>
Ctrl
+
Return
<
/translation
>
<
/message
>
<
message
>
<
message
>
<
source
>&
amp
;
Edit
messages
...
<
/source
>
<
source
>&
amp
;
Edit
messages
...
<
/source
>
<
translation
type
=
"
obsolete
"
>
Mitteilungen
&
amp
;
bearbeiten
...
<
/translation
>
<
translation
type
=
"
obsolete
"
>
Mitteilungen
&
amp
;
bearbeiten
...
<
/translation
>
...
...
cockatrice/translations/cockatrice_en.ts
View file @
ff4b451e
...
@@ -328,6 +328,11 @@
...
@@ -328,6 +328,11 @@
<
source
>
Ctrl
+
Enter
<
/source
>
<
source
>
Ctrl
+
Enter
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
60
"
/>
<
source
>
Ctrl
+
Return
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
79
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
79
"
/>
<
source
>
S
&
amp
;
ay
<
/source
>
<
source
>
S
&
amp
;
ay
<
/source
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment