Add ctrl+F3 (make cubemap) and alt+F3 (make panorama map)
This commit is contained in:
parent
df2d39b905
commit
6c61344f66
1 changed files with 12 additions and 0 deletions
12
keyboard.xml
12
keyboard.xml
|
@ -1242,6 +1242,18 @@ top down before the key bindings are parsed.
|
|||
<command>panel-load</command>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
<mod-ctrl>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>screenshot.make_cubemap()</script>
|
||||
</binding>
|
||||
</mod-ctrl>
|
||||
<mod-alt>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>screenshot.make_panorama()</script>
|
||||
</binding>
|
||||
</mod-alt>
|
||||
</key>
|
||||
|
||||
<key n="261">
|
||||
|
|
Loading…
Add table
Reference in a new issue