Skip to content

Commit 5df1375

Browse files
Merge pull request #5934 from BenAckerley/keyboard_capture
Utilize SDL2's keyboard capture logic to inhibit window manager shortcuts
2 parents c285270 + 9d4acb5 commit 5df1375

File tree

18 files changed

+111
-0
lines changed

18 files changed

+111
-0
lines changed

contrib/translations/de/de_DE.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,6 +2619,9 @@ Schnellstartprogramm...
26192619
:MENU:mapper_shutdown
26202620
Beende DOSBox-X
26212621
.
2622+
:MENU:mapper_capkeyboard
2623+
Capture keyboard
2624+
.
26222625
:MENU:mapper_capmouse
26232626
Maus einfangen
26242627
.

contrib/translations/de/de_pc98.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2609,6 +2609,9 @@ Schnellstartprogramm...
26092609
:MENU:mapper_shutdown
26102610
Beende DOSBox-X
26112611
.
2612+
:MENU:mapper_capkeyboard
2613+
Capture keyboard
2614+
.
26122615
:MENU:mapper_capmouse
26132616
Maus einfangen
26142617
.

contrib/translations/en/en_US.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,6 +2406,9 @@ Quick launch program...
24062406
:MENU:mapper_shutdown
24072407
Quit from DOSBox-X
24082408
.
2409+
:MENU:mapper_capkeyboard
2410+
Capture keyboard
2411+
.
24092412
:MENU:mapper_capmouse
24102413
Capture mouse
24112414
.

contrib/translations/es/es_ES.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,6 +2433,9 @@ Inicio rápido de programa...
24332433
:MENU:mapper_shutdown
24342434
Salir de DOSBox-X
24352435
.
2436+
:MENU:mapper_capkeyboard
2437+
Capture keyboard
2438+
.
24362439
:MENU:mapper_capmouse
24372440
Capturar ratón
24382441
.

contrib/translations/fr/fr_FR.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,6 +2421,9 @@ Programme de lancement rapide...
24212421
:MENU:mapper_shutdown
24222422
Quitter
24232423
.
2424+
:MENU:mapper_capkeyboard
2425+
Capturer le clavier
2426+
.
24242427
:MENU:mapper_capmouse
24252428
Capturer la souris
24262429
.

contrib/translations/hu/hu_HU.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,6 +2414,9 @@ Gyors program indítás...
24142414
:MENU:mapper_shutdown
24152415
Kilépés a DOSBox-X-ből
24162416
.
2417+
:MENU:mapper_capkeyboard
2418+
Capture keyboard
2419+
.
24172420
:MENU:mapper_capmouse
24182421
Az egér DOSBOX-X-hez rendelése (ALT+Tab a feloldáshoz)
24192422
.

contrib/translations/it/it_IT.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,6 +2425,9 @@ Avvio rapido programma...
24252425
:MENU:mapper_shutdown
24262426
Esci da DOSBox-X
24272427
.
2428+
:MENU:mapper_capkeyboard
2429+
Capture keyboard
2430+
.
24282431
:MENU:mapper_capmouse
24292432
Cattura mouse
24302433
.

contrib/translations/ja/ja_JP.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,6 +2414,9 @@ DOSBox-X コマンド・シェルの起動
24142414
:MENU:mapper_shutdown
24152415
DOSBox-Xを終了する
24162416
.
2417+
:MENU:mapper_capkeyboard
2418+
Capture keyboard
2419+
.
24172420
:MENU:mapper_capmouse
24182421
マウスをキャプチャ
24192422
.

contrib/translations/ko/ko_KR.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,6 +2424,9 @@ DOSBox-X 명령 쉘을 시작합니다.
24242424
:MENU:mapper_shutdown
24252425
DOSBox-X를 종료
24262426
.
2427+
:MENU:mapper_capkeyboard
2428+
Capture keyboard
2429+
.
24272430
:MENU:mapper_capmouse
24282431
마우스를 갈무리
24292432
.

contrib/translations/nl/nl_NL.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,6 +2411,9 @@ Snelstartprogramma...
24112411
:MENU:mapper_shutdown
24122412
Afsluiten van DOSBox-X
24132413
.
2414+
:MENU:mapper_capkeyboard
2415+
Capture keyboard
2416+
.
24142417
:MENU:mapper_capmouse
24152418
Muis vastleggen
24162419
.

0 commit comments

Comments
 (0)